#856A27

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

Shades of Yukon Gold #856A27

Tints of Yukon Gold #856A27

Color information

#856A27 (or 0x856A27) is unknown color: approx Yukon Gold. HEX triplet: 85, 6A and 27. RGB value is (133,106,39). Sum of RGB (Red+Green+Blue) = 133+106+39=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 106 (41.80% from 255 or 38.13% from 278); Blue value is 39 (15.62% from 255 or 14.03% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #856A27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856A27 is #7A95D8. Grayscale: #6A6A6A. Windows color (decimal): -8033753 or 2583173. OLE color: 2583173.

HSL color Cylindrical-coordinate representation of color #856A27: hue angle of 42.77º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #856A27 is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB13310639-
CMYK00.200.710.48
HSL42.77º54.65%33.73%-
HSV(B)42.77º70.68%52.16%-
XYZ15.1915.444.1-
YUV106.4389.95146.95-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.84%
GREEN value IS 106 (41.80% from 255) = 38.13%
BLUE value IS 39 (15.62% from 255) = 14.03%
R=47.84%
G=38.13%
B=14.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331063900.200.710.4842.7754.6533.73
Hex856A2701447302b3722
Octal2051524702410760536742
Binary1000010111010101001110101001000111110000101011110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856A27; }

 p { color: rgb(133,106,39); }

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

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

 a { background-color: rgb(133,106,39); }

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

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

 span { border-color: rgb(133,106,39); }

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