#856E0D

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

Shades of Yukon Gold #856E0D

Tints of Yukon Gold #856E0D

Color information

#856E0D (or 0x856E0D) is unknown color: approx Yukon Gold. HEX triplet: 85, 6E and 0D. RGB value is (133,110,13). Sum of RGB (Red+Green+Blue) = 133+110+13=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 110 (43.36% from 255 or 42.97% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #856E0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856E0D is #7A91F2. Grayscale: #6A6A6A. Windows color (decimal): -8032755 or 880261. OLE color: 880261.

HSL color Cylindrical-coordinate representation of color #856E0D: hue angle of 48.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #856E0D is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB13311013-
CMYK00.170.900.48
HSL48.5º82.19%28.63%-
HSV(B)48.5º90.23%52.16%-
XYZ15.3216.172.69-
YUV105.8275.62147.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.95%
GREEN value IS 110 (43.36% from 255) = 42.97%
BLUE value IS 13 (5.47% from 255) = 5.08%
R=51.95%
G=42.97%
B=5.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.90
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331101300.170.900.4848.582.1928.63
Hex856ED0115A3030521d
Octal20515615021132606012235
Binary10000101110111011010100011011010110000110000101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,110,13); }

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

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

 a { background-color: rgb(133,110,13); }

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

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

 span { border-color: rgb(133,110,13); }

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