#857114

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

Shades of Yukon Gold #857114

Tints of Yukon Gold #857114

Color information

#857114 (or 0x857114) is unknown color: approx Yukon Gold. HEX triplet: 85, 71 and 14. RGB value is (133,113,20). Sum of RGB (Red+Green+Blue) = 133+113+20=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 113 (44.53% from 255 or 42.48% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #857114 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857114 is #7A8EEB. Grayscale: #6C6C6C. Windows color (decimal): -8031980 or 1339781. OLE color: 1339781.

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

Color convert

RGB13311320-
CMYK00.150.850.48
HSL49.38º73.86%30%-
HSV(B)49.38º84.96%52.16%-
XYZ15.716.853.09-
YUV108.3878.13145.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50%
GREEN value IS 113 (44.53% from 255) = 42.48%
BLUE value IS 20 (8.20% from 255) = 7.52%
R=50%
G=42.48%
B=7.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.85
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331132000.150.850.4849.3873.8630
Hex8571140F5530314a1e
Octal20516124017125606111236
Binary10000101111000110100011111010101110000110001100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857114; }

 p { color: rgb(133,113,20); }

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

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

 a { background-color: rgb(133,113,20); }

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

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

 span { border-color: rgb(133,113,20); }

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