#857522

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

Shades of Yukon Gold #857522

Tints of Yukon Gold #857522

Color information

#857522 (or 0x857522) is unknown color: approx Yukon Gold. HEX triplet: 85, 75 and 22. RGB value is (133,117,34). Sum of RGB (Red+Green+Blue) = 133+117+34=284 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.83% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 34 (13.67% from 255 or 11.97% from 284); Max value from RGB is 133 - color contains mainly: red. Hex color #857522 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857522 is #7A8ADD. Grayscale: #707070. Windows color (decimal): -8030942 or 2258309. OLE color: 2258309.

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

Color convert

RGB13311734-
CMYK00.120.740.48
HSL50.3º59.28%32.75%-
HSV(B)50.3º74.44%52.16%-
XYZ16.3217.824.09-
YUV112.3283.8142.75-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.83%
GREEN value IS 117 (46.09% from 255) = 41.20%
BLUE value IS 34 (13.67% from 255) = 11.97%
R=46.83%
G=41.20%
B=11.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331173400.120.740.4850.359.2832.75
Hex8575220C4A30323b21
Octal2051654201411260627341
Binary100001011110101100010011001001010110000110010111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857522; }

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

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

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

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

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

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

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

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