#857210

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

Shades of Yukon Gold #857210

Tints of Yukon Gold #857210

Color information

#857210 (or 0x857210) is unknown color: approx Yukon Gold. HEX triplet: 85, 72 and 10. RGB value is (133,114,16). Sum of RGB (Red+Green+Blue) = 133+114+16=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 114 (44.92% from 255 or 43.35% from 263); Blue value is 16 (6.64% from 255 or 6.08% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #857210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857210 is #7A8DEF. Grayscale: #6C6C6C. Windows color (decimal): -8031728 or 1077893. OLE color: 1077893.

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

Color convert

RGB13311416-
CMYK00.140.880.48
HSL50.26º78.52%29.22%-
HSV(B)50.26º87.97%52.16%-
XYZ15.7817.062.95-
YUV108.5175.79145.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.57%
GREEN value IS 114 (44.92% from 255) = 43.35%
BLUE value IS 16 (6.64% from 255) = 6.08%
R=50.57%
G=43.35%
B=6.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331141600.140.880.4850.2678.5229.22
Hex8572100E5830324f1d
Octal20516220016130606211735
Binary10000101111001010000011101011000110000110010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857210; }

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

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

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

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

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

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

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

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