#875620

Color #875620 Hot Curry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Curry #875620

Tints of Hot Curry #875620

Color information

#875620 (or 0x875620) is unknown color: approx Hot Curry. HEX triplet: 87, 56 and 20. RGB value is (135,86,32). Sum of RGB (Red+Green+Blue) = 135+86+32=253 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.36% from 253); Green value is 86 (33.98% from 255 or 33.99% from 253); Blue value is 32 (12.89% from 255 or 12.65% from 253); Max value from RGB is 135 - color contains mainly: red. Hex color #875620 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875620 is #78A9DF. Grayscale: #5E5E5E. Windows color (decimal): -7907808 or 2119303. OLE color: 2119303.

HSL color Cylindrical-coordinate representation of color #875620: hue angle of 31.46º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #875620 is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB1358632-
CMYK00.360.760.47
HSL31.46º61.68%32.75%-
HSV(B)31.46º76.3%52.94%-
XYZ13.5811.912.95-
YUV94.4992.73156.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.36%
GREEN value IS 86 (33.98% from 255) = 33.99%
BLUE value IS 32 (12.89% from 255) = 12.65%
R=53.36%
G=33.99%
B=12.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135863200.360.760.4731.4661.6832.75
Hex8756200244C2F1f3e21
Octal2071264004411457377641
Binary1000011110101101000000100100100110010111111111111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875620; }

 p { color: rgb(135,86,32); }

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

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

 a { background-color: rgb(135,86,32); }

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

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

 span { border-color: rgb(135,86,32); }

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