#857320

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

Shades of Yukon Gold #857320

Tints of Yukon Gold #857320

Color information

#857320 (or 0x857320) is unknown color: approx Yukon Gold. HEX triplet: 85, 73 and 20. RGB value is (133,115,32). Sum of RGB (Red+Green+Blue) = 133+115+32=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #857320 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857320 is #7A8CDF. Grayscale: #6F6F6F. Windows color (decimal): -8031456 or 2126725. OLE color: 2126725.

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

Color convert

RGB13311532-
CMYK00.140.760.48
HSL49.31º61.21%32.35%-
HSV(B)49.31º75.94%52.16%-
XYZ16.0617.353.87-
YUV110.9283.46143.75-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.5%
GREEN value IS 115 (45.31% from 255) = 41.07%
BLUE value IS 32 (12.89% from 255) = 11.43%
R=47.5%
G=41.07%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331153200.140.760.4849.3161.2132.35
Hex8573200E4C30313d20
Octal2051634001611460617540
Binary100001011110011100000011101001100110000110001111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857320; }

 p { color: rgb(133,115,32); }

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

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

 a { background-color: rgb(133,115,32); }

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

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

 span { border-color: rgb(133,115,32); }

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