#825F13

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

Shades of Yukon Gold #825F13

Tints of Yukon Gold #825F13

Color information

#825F13 (or 0x825F13) is unknown color: approx Yukon Gold. HEX triplet: 82, 5F and 13. RGB value is (130,95,19). Sum of RGB (Red+Green+Blue) = 130+95+19=244 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.28% from 244); Green value is 95 (37.5% from 255 or 38.93% from 244); Blue value is 19 (7.81% from 255 or 7.79% from 244); Max value from RGB is 130 - color contains mainly: red. Hex color #825F13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825F13 is #7DA0EC. Grayscale: #616161. Windows color (decimal): -8233197 or 1269634. OLE color: 1269634.

HSL color Cylindrical-coordinate representation of color #825F13: hue angle of 41.08º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #825F13 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB1309519-
CMYK00.270.850.49
HSL41.08º74.5%29.22%-
HSV(B)41.08º85.38%50.98%-
XYZ13.4212.982.41-
YUV96.884.1151.68-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.28%
GREEN value IS 95 (37.5% from 255) = 38.93%
BLUE value IS 19 (7.81% from 255) = 7.79%
R=53.28%
G=38.93%
B=7.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130951900.270.850.4941.0874.529.22
Hex825F1301B5531294a1d
Octal20213723033125615111235
Binary100000101011111100110110111010101110001101001100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825F13; }

 p { color: rgb(130,95,19); }

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

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

 a { background-color: rgb(130,95,19); }

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

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

 span { border-color: rgb(130,95,19); }

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