#857221

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

Shades of Yukon Gold #857221

Tints of Yukon Gold #857221

Color information

#857221 (or 0x857221) is unknown color: approx Yukon Gold. HEX triplet: 85, 72 and 21. RGB value is (133,114,33). Sum of RGB (Red+Green+Blue) = 133+114+33=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 114 (44.92% from 255 or 40.71% from 280); Blue value is 33 (13.28% from 255 or 11.79% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #857221 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857221 is #7A8DDE. Grayscale: #6E6E6E. Windows color (decimal): -8031711 or 2192005. OLE color: 2192005.

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

Color convert

RGB13311433-
CMYK00.140.750.48
HSL48.6º60.24%32.55%-
HSV(B)48.6º75.19%52.16%-
XYZ15.9617.133.9-
YUV110.4584.29144.09-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.5%
GREEN value IS 114 (44.92% from 255) = 40.71%
BLUE value IS 33 (13.28% from 255) = 11.79%
R=47.5%
G=40.71%
B=11.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.75
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331143300.140.750.4848.660.2432.55
Hex8572210E4B30313c21
Octal2051624101611360617441
Binary100001011110010100001011101001011110000110001111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857221; }

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

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

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

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

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

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

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

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