#825D0A

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

Shades of Yukon Gold #825D0A

Tints of Yukon Gold #825D0A

Color information

#825D0A (or 0x825D0A) is unknown color: approx Yukon Gold. HEX triplet: 82, 5D and 0A. RGB value is (130,93,10). Sum of RGB (Red+Green+Blue) = 130+93+10=233 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.79% from 233); Green value is 93 (36.72% from 255 or 39.91% from 233); Blue value is 10 (4.30% from 255 or 4.29% from 233); Max value from RGB is 130 - color contains mainly: red. Hex color #825D0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825D0A is #7DA2F5. Grayscale: #5E5E5E. Windows color (decimal): -8233718 or 679298. OLE color: 679298.

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

Color convert

RGB1309310-
CMYK00.280.920.49
HSL41.5º85.71%27.45%-
HSV(B)41.5º92.31%50.98%-
XYZ13.1812.62.02-
YUV94.680.26153.25-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.79%
GREEN value IS 93 (36.72% from 255) = 39.91%
BLUE value IS 10 (4.30% from 255) = 4.29%
R=55.79%
G=39.91%
B=4.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130931000.280.920.4941.585.7127.45
Hex825DA01C5C312a561b
Octal20213512034134615212633
Binary10000010101110110100111001011100110001101010101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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