#856A1F

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

Shades of Yukon Gold #856A1F

Tints of Yukon Gold #856A1F

Color information

#856A1F (or 0x856A1F) is unknown color: approx Yukon Gold. HEX triplet: 85, 6A and 1F. RGB value is (133,106,31). Sum of RGB (Red+Green+Blue) = 133+106+31=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 106 (41.80% from 255 or 39.26% from 270); Blue value is 31 (12.5% from 255 or 11.48% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #856A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856A1F is #7A95E0. Grayscale: #696969. Windows color (decimal): -8033761 or 2058885. OLE color: 2058885.

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

Color convert

RGB13310631-
CMYK00.200.770.48
HSL44.12º62.2%32.16%-
HSV(B)44.12º76.69%52.16%-
XYZ15.0715.393.47-
YUV105.5285.95147.6-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.26%
GREEN value IS 106 (41.80% from 255) = 39.26%
BLUE value IS 31 (12.5% from 255) = 11.48%
R=49.26%
G=39.26%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331063100.200.770.4844.1262.232.16
Hex856A1F0144D302c3e20
Octal2051523702411560547640
Binary100001011101010111110101001001101110000101100111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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