#825D12

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

Shades of Yukon Gold #825D12

Tints of Yukon Gold #825D12

Color information

#825D12 (or 0x825D12) is unknown color: approx Yukon Gold. HEX triplet: 82, 5D and 12. RGB value is (130,93,18). Sum of RGB (Red+Green+Blue) = 130+93+18=241 (31% of max value = 765). Red value is 130 (51.17% from 255 or 53.94% from 241); Green value is 93 (36.72% from 255 or 38.59% from 241); Blue value is 18 (7.42% from 255 or 7.47% from 241); Max value from RGB is 130 - color contains mainly: red. Hex color #825D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825D12 is #7DA2ED. Grayscale: #5F5F5F. Windows color (decimal): -8233710 or 1203586. OLE color: 1203586.

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

Color convert

RGB1309318-
CMYK00.280.860.49
HSL40.18º75.68%29.02%-
HSV(B)40.18º86.15%50.98%-
XYZ13.2312.622.31-
YUV95.5184.26152.6-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.94%
GREEN value IS 93 (36.72% from 255) = 38.59%
BLUE value IS 18 (7.42% from 255) = 7.47%
R=53.94%
G=38.59%
B=7.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130931800.280.860.4940.1875.6829.02
Hex825D1201C5631284c1d
Octal20213522034126615011435
Binary100000101011101100100111001010110110001101000100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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