#857212

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

Shades of Yukon Gold #857212

Tints of Yukon Gold #857212

Color information

#857212 (or 0x857212) is unknown color: approx Yukon Gold. HEX triplet: 85, 72 and 12. RGB value is (133,114,18). Sum of RGB (Red+Green+Blue) = 133+114+18=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 114 (44.92% from 255 or 43.02% from 265); Blue value is 18 (7.42% from 255 or 6.79% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #857212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857212 is #7A8DED. Grayscale: #6D6D6D. Windows color (decimal): -8031726 or 1208965. OLE color: 1208965.

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

Color convert

RGB13311418-
CMYK00.140.860.48
HSL50.09º76.16%29.61%-
HSV(B)50.09º86.47%52.16%-
XYZ15.817.063.03-
YUV108.7476.79145.31-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.19%
GREEN value IS 114 (44.92% from 255) = 43.02%
BLUE value IS 18 (7.42% from 255) = 6.79%
R=50.19%
G=43.02%
B=6.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331141800.140.860.4850.0976.1629.61
Hex8572120E5630324c1e
Octal20516222016126606211436
Binary10000101111001010010011101010110110000110010100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857212; }

 p { color: rgb(133,114,18); }

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

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

 a { background-color: rgb(133,114,18); }

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

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

 span { border-color: rgb(133,114,18); }

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