#856422

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

Shades of Yukon Gold #856422

Tints of Yukon Gold #856422

Color information

#856422 (or 0x856422) is unknown color: approx Yukon Gold. HEX triplet: 85, 64 and 22. RGB value is (133,100,34). Sum of RGB (Red+Green+Blue) = 133+100+34=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 100 (39.45% from 255 or 37.45% from 267); Blue value is 34 (13.67% from 255 or 12.73% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #856422 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856422 is #7A9BDD. Grayscale: #666666. Windows color (decimal): -8035294 or 2253957. OLE color: 2253957.

HSL color Cylindrical-coordinate representation of color #856422: hue angle of 40º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #856422 is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB13310034-
CMYK00.250.740.48
HSL40º59.28%32.75%-
HSV(B)40º74.44%52.16%-
XYZ14.5214.223.49-
YUV102.3489.43149.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.81%
GREEN value IS 100 (39.45% from 255) = 37.45%
BLUE value IS 34 (13.67% from 255) = 12.73%
R=49.81%
G=37.45%
B=12.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331003400.250.740.484059.2832.75
Hex8564220194A30283b21
Octal2051444203111260507341
Binary1000010111001001000100110011001010110000101000111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856422; }

 p { color: rgb(133,100,34); }

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

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

 a { background-color: rgb(133,100,34); }

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

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

 span { border-color: rgb(133,100,34); }

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