#856F27

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

Shades of Yukon Gold #856F27

Tints of Yukon Gold #856F27

Color information

#856F27 (or 0x856F27) is unknown color: approx Yukon Gold. HEX triplet: 85, 6F and 27. RGB value is (133,111,39). Sum of RGB (Red+Green+Blue) = 133+111+39=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 111 (43.75% from 255 or 39.22% from 283); Blue value is 39 (15.62% from 255 or 13.78% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #856F27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856F27 is #7A90D8. Grayscale: #6D6D6D. Windows color (decimal): -8032473 or 2584453. OLE color: 2584453.

HSL color Cylindrical-coordinate representation of color #856F27: hue angle of 45.96º 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 #856F27 is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB13311139-
CMYK00.170.710.48
HSL45.96º54.65%33.73%-
HSV(B)45.96º70.68%52.16%-
XYZ15.7216.54.28-
YUV109.3788.29144.85-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.00%
GREEN value IS 111 (43.75% from 255) = 39.22%
BLUE value IS 39 (15.62% from 255) = 13.78%
R=47.00%
G=39.22%
B=13.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331113900.170.710.4845.9654.6533.73
Hex856F2701147302e3722
Octal2051574702110760566742
Binary1000010111011111001110100011000111110000101110110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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