#855620

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

Shades of Hot Curry #855620

Tints of Hot Curry #855620

Color information

#855620 (or 0x855620) is unknown color: approx Hot Curry. HEX triplet: 85, 56 and 20. RGB value is (133,86,32). Sum of RGB (Red+Green+Blue) = 133+86+32=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 86 (33.98% from 255 or 34.26% from 251); Blue value is 32 (12.89% from 255 or 12.75% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #855620 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855620 is #7AA9DF. Grayscale: #5E5E5E. Windows color (decimal): -8038880 or 2119301. OLE color: 2119301.

HSL color Cylindrical-coordinate representation of color #855620: hue angle of 32.08º 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 #855620 is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB1338632-
CMYK00.350.760.48
HSL32.08º61.21%32.35%-
HSV(B)32.08º75.94%52.16%-
XYZ13.2611.752.93-
YUV93.993.07155.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.99%
GREEN value IS 86 (33.98% from 255) = 34.26%
BLUE value IS 32 (12.89% from 255) = 12.75%
R=52.99%
G=34.26%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133863200.350.760.4832.0861.2132.35
Hex8556200234C30203d20
Octal2051264004311460407540
Binary10000101101011010000001000111001100110000100000111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855620; }

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

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

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

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

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

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

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

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