#825D13

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

Shades of Yukon Gold #825D13

Tints of Yukon Gold #825D13

Color information

#825D13 (or 0x825D13) is unknown color: approx Yukon Gold. HEX triplet: 82, 5D and 13. RGB value is (130,93,19). Sum of RGB (Red+Green+Blue) = 130+93+19=242 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.72% from 242); Green value is 93 (36.72% from 255 or 38.43% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 130 - color contains mainly: red. Hex color #825D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825D13 is #7DA2EC. Grayscale: #5F5F5F. Windows color (decimal): -8233709 or 1269122. OLE color: 1269122.

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

Color convert

RGB1309319-
CMYK00.280.850.49
HSL40º74.5%29.22%-
HSV(B)40º85.38%50.98%-
XYZ13.2412.622.35-
YUV95.6384.76152.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.72%
GREEN value IS 93 (36.72% from 255) = 38.43%
BLUE value IS 19 (7.81% from 255) = 7.85%
R=53.72%
G=38.43%
B=7.85%

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
Decimal130931900.280.850.494074.529.22
Hex825D1301C5531284a1d
Octal20213523034125615011235
Binary100000101011101100110111001010101110001101000100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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