#855B20

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

Shades of Hot Curry #855B20

Tints of Hot Curry #855B20

Color information

#855B20 (or 0x855B20) is unknown color: approx Hot Curry. HEX triplet: 85, 5B and 20. RGB value is (133,91,32). Sum of RGB (Red+Green+Blue) = 133+91+32=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #855B20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855B20 is #7AA4DF. Grayscale: #616161. Windows color (decimal): -8037600 or 2120581. OLE color: 2120581.

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

Color convert

RGB1339132-
CMYK00.320.760.48
HSL35.05º61.21%32.35%-
HSV(B)35.05º75.94%52.16%-
XYZ13.6712.573.07-
YUV96.8391.41153.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.95%
GREEN value IS 91 (35.94% from 255) = 35.55%
BLUE value IS 32 (12.89% from 255) = 12.5%
R=51.95%
G=35.55%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133913200.320.760.4835.0561.2132.35
Hex855B200204C30233d20
Octal2051334004011460437540
Binary10000101101101110000001000001001100110000100011111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855B20; }

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

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

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

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

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

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

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

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