#855720

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

Shades of Hot Curry #855720

Tints of Hot Curry #855720

Color information

#855720 (or 0x855720) is unknown color: approx Hot Curry. HEX triplet: 85, 57 and 20. RGB value is (133,87,32). Sum of RGB (Red+Green+Blue) = 133+87+32=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 87 (34.38% from 255 or 34.52% from 252); Blue value is 32 (12.89% from 255 or 12.70% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #855720 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855720 is #7AA8DF. Grayscale: #5E5E5E. Windows color (decimal): -8038624 or 2119557. OLE color: 2119557.

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

Color convert

RGB1338732-
CMYK00.350.760.48
HSL32.67º61.21%32.35%-
HSV(B)32.67º75.94%52.16%-
XYZ13.3411.912.96-
YUV94.4892.74155.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.78%
GREEN value IS 87 (34.38% from 255) = 34.52%
BLUE value IS 32 (12.89% from 255) = 12.70%
R=52.78%
G=34.52%
B=12.70%

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
Decimal133873200.350.760.4832.6761.2132.35
Hex8557200234C30213d20
Octal2051274004311460417540
Binary10000101101011110000001000111001100110000100001111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855720; }

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

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

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

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

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

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

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

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