#885721

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

Shades of Hot Curry #885721

Tints of Hot Curry #885721

Color information

#885721 (or 0x885721) is unknown color: approx Hot Curry. HEX triplet: 88, 57 and 21. RGB value is (136,87,33). Sum of RGB (Red+Green+Blue) = 136+87+33=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 87 (34.38% from 255 or 33.98% from 256); Blue value is 33 (13.28% from 255 or 12.89% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #885721 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885721 is #77A8DE. Grayscale: #5F5F5F. Windows color (decimal): -7842015 or 2185096. OLE color: 2185096.

HSL color Cylindrical-coordinate representation of color #885721: hue angle of 31.46º degrees, saturation: 0.61, 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 #885721 is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB1368733-
CMYK00.360.760.47
HSL31.46º60.95%33.14%-
HSV(B)31.46º75.74%53.33%-
XYZ13.8412.163.06-
YUV95.592.73156.89-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.12%
GREEN value IS 87 (34.38% from 255) = 33.98%
BLUE value IS 33 (13.28% from 255) = 12.89%
R=53.12%
G=33.98%
B=12.89%

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
Decimal136873300.360.760.4731.4660.9533.14
Hex8857210244C2F1f3d21
Octal2101274104411457377541
Binary1000100010101111000010100100100110010111111111111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885721; }

 p { color: rgb(136,87,33); }

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

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

 a { background-color: rgb(136,87,33); }

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

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

 span { border-color: rgb(136,87,33); }

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