#826315

Color #826315 Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #826315

Tints of Yukon Gold #826315

Color information

#826315 (or 0x826315) is unknown color: approx Yukon Gold. HEX triplet: 82, 63 and 15. RGB value is (130,99,21). Sum of RGB (Red+Green+Blue) = 130+99+21=250 (33% of max value = 765). Red value is 130 (51.17% from 255 or 52% from 250); Green value is 99 (39.06% from 255 or 39.6% from 250); Blue value is 21 (8.59% from 255 or 8.4% from 250); Max value from RGB is 130 - color contains mainly: red. Hex color #826315 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826315 is #7D9CEA. Grayscale: #636363. Windows color (decimal): -8232171 or 1401730. OLE color: 1401730.

HSL color Cylindrical-coordinate representation of color #826315: hue angle of 42.94º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #826315 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB1309921-
CMYK00.240.840.49
HSL42.94º72.19%29.61%-
HSV(B)42.94º83.85%50.98%-
XYZ13.813.722.63-
YUV99.3883.77149.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 130 (51.17% from 255) = 52%
GREEN value IS 99 (39.06% from 255) = 39.6%
BLUE value IS 21 (8.59% from 255) = 8.4%
R=52%
G=39.6%
B=8.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130992100.240.840.4942.9472.1929.61
Hex82631501854312b481e
Octal20214325030124615311036
Binary100000101100011101010110001010100110001101011100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826315; }

 p { color: rgb(130,99,21); }

 H1.HeaderClassName
 {
   color: #826315;
 }
 .AnyTagClassName
 {
   color: #826315;
 }
</style>
background-color css

<style>
 a { background-color: #826315; }

 a { background-color: rgb(130,99,21); }

 div.DivClassName
 {
   background-color: #826315;
 }
 .BgClassName
 {
   background-color: #826315;
 }
</style>
border-color css

<style>
 span { border-color: #826315; }

 span { border-color: rgb(130,99,21); }

 td.TdClassName
 {
   border-color: #826315;
 }
 .TagClassName
 {
   border-color: #826315;
 }
</style>