#856416

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

Shades of Yukon Gold #856416

Tints of Yukon Gold #856416

Color information

#856416 (or 0x856416) is unknown color: approx Yukon Gold. HEX triplet: 85, 64 and 16. RGB value is (133,100,22). Sum of RGB (Red+Green+Blue) = 133+100+22=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 100 (39.45% from 255 or 39.22% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #856416 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856416 is #7A9BE9. Grayscale: #656565. Windows color (decimal): -8035306 or 1467525. OLE color: 1467525.

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

Color convert

RGB13310022-
CMYK00.250.830.48
HSL42.16º71.61%30.39%-
HSV(B)42.16º83.46%52.16%-
XYZ14.3714.162.73-
YUV100.9783.43150.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.16%
GREEN value IS 100 (39.45% from 255) = 39.22%
BLUE value IS 22 (8.98% from 255) = 8.63%
R=52.16%
G=39.22%
B=8.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331002200.250.830.4842.1671.6130.39
Hex85641601953302a481e
Octal20514426031123605211036
Binary100001011100100101100110011010011110000101010100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856416; }

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

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

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

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

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

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

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

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