#825E13

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

Shades of Yukon Gold #825E13

Tints of Yukon Gold #825E13

Color information

#825E13 (or 0x825E13) is unknown color: approx Yukon Gold. HEX triplet: 82, 5E and 13. RGB value is (130,94,19). Sum of RGB (Red+Green+Blue) = 130+94+19=243 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.50% from 243); Green value is 94 (37.11% from 255 or 38.68% from 243); Blue value is 19 (7.81% from 255 or 7.82% from 243); Max value from RGB is 130 - color contains mainly: red. Hex color #825E13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825E13 is #7DA1EC. Grayscale: #606060. Windows color (decimal): -8233453 or 1269378. OLE color: 1269378.

HSL color Cylindrical-coordinate representation of color #825E13: hue angle of 40.54º 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 #825E13 is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB1309419-
CMYK00.280.850.49
HSL40.54º74.5%29.22%-
HSV(B)40.54º85.38%50.98%-
XYZ13.3312.82.38-
YUV96.2184.43152.1-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.50%
GREEN value IS 94 (37.11% from 255) = 38.68%
BLUE value IS 19 (7.81% from 255) = 7.82%
R=53.50%
G=38.68%
B=7.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130941900.280.850.4940.5474.529.22
Hex825E1301C5531294a1d
Octal20213623034125615111235
Binary100000101011110100110111001010101110001101001100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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