#825E0B

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

Shades of Yukon Gold #825E0B

Tints of Yukon Gold #825E0B

Color information

#825E0B (or 0x825E0B) is unknown color: approx Yukon Gold. HEX triplet: 82, 5E and 0B. RGB value is (130,94,11). Sum of RGB (Red+Green+Blue) = 130+94+11=235 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.32% from 235); Green value is 94 (37.11% from 255 or 40% from 235); Blue value is 11 (4.69% from 255 or 4.68% from 235); Max value from RGB is 130 - color contains mainly: red. Hex color #825E0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825E0B is #7DA1F4. Grayscale: #5F5F5F. Windows color (decimal): -8233461 or 745090. OLE color: 745090.

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

Color convert

RGB1309411-
CMYK00.280.920.49
HSL41.85º84.4%27.65%-
HSV(B)41.85º91.54%50.98%-
XYZ13.2712.782.08-
YUV95.380.43152.75-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.32%
GREEN value IS 94 (37.11% from 255) = 40%
BLUE value IS 11 (4.69% from 255) = 4.68%
R=55.32%
G=40%
B=4.68%

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
Decimal130941100.280.920.4941.8584.427.65
Hex825EB01C5C312a541c
Octal20213613034134615212434
Binary10000010101111010110111001011100110001101010101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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