#825E0F

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

Shades of Yukon Gold #825E0F

Tints of Yukon Gold #825E0F

Color information

#825E0F (or 0x825E0F) is unknown color: approx Yukon Gold. HEX triplet: 82, 5E and 0F. RGB value is (130,94,15). Sum of RGB (Red+Green+Blue) = 130+94+15=239 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.39% from 239); Green value is 94 (37.11% from 255 or 39.33% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 130 - color contains mainly: red. Hex color #825E0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825E0F is #7DA1F0. Grayscale: #606060. Windows color (decimal): -8233457 or 1007234. OLE color: 1007234.

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

Color convert

RGB1309415-
CMYK00.280.880.49
HSL41.22º79.31%28.43%-
HSV(B)41.22º88.46%50.98%-
XYZ13.2912.792.22-
YUV95.7682.43152.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.39%
GREEN value IS 94 (37.11% from 255) = 39.33%
BLUE value IS 15 (6.25% from 255) = 6.28%
R=54.39%
G=39.33%
B=6.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130941500.280.880.4941.2279.3128.43
Hex825EF01C5831294f1c
Octal20213617034130615111734
Binary10000010101111011110111001011000110001101001100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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