#857516

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

Shades of Yukon Gold #857516

Tints of Yukon Gold #857516

Color information

#857516 (or 0x857516) is unknown color: approx Yukon Gold. HEX triplet: 85, 75 and 16. RGB value is (133,117,22). Sum of RGB (Red+Green+Blue) = 133+117+22=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 117 (46.09% from 255 or 43.01% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #857516 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857516 is #7A8AE9. Grayscale: #6F6F6F. Windows color (decimal): -8030954 or 1471877. OLE color: 1471877.

HSL color Cylindrical-coordinate representation of color #857516: hue angle of 51.35º 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 #857516 is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB13311722-
CMYK00.120.830.48
HSL51.35º71.61%30.39%-
HSV(B)51.35º83.46%52.16%-
XYZ16.1817.773.34-
YUV110.9577.8143.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.90%
GREEN value IS 117 (46.09% from 255) = 43.01%
BLUE value IS 22 (8.98% from 255) = 8.09%
R=48.90%
G=43.01%
B=8.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331172200.120.830.4851.3571.6130.39
Hex8575160C533033481e
Octal20516526014123606311036
Binary10000101111010110110011001010011110000110011100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857516; }

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

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

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

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

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

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

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

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