#885821

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

Shades of Hot Curry #885821

Tints of Hot Curry #885821

Color information

#885821 (or 0x885821) is unknown color: approx Hot Curry. HEX triplet: 88, 58 and 21. RGB value is (136,88,33). Sum of RGB (Red+Green+Blue) = 136+88+33=257 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.92% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 33 (13.28% from 255 or 12.84% from 257); Max value from RGB is 136 - color contains mainly: red. Hex color #885821 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885821 is #77A7DE. Grayscale: #606060. Windows color (decimal): -7841759 or 2185352. OLE color: 2185352.

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

Color convert

RGB1368833-
CMYK00.350.760.47
HSL32.04º60.95%33.14%-
HSV(B)32.04º75.74%53.33%-
XYZ13.9212.323.08-
YUV96.0892.4156.47-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.92%
GREEN value IS 88 (34.77% from 255) = 34.24%
BLUE value IS 33 (13.28% from 255) = 12.84%
R=52.92%
G=34.24%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136883300.350.760.4732.0460.9533.14
Hex8858210234C2F203d21
Octal2101304104311457407541
Binary10001000101100010000101000111001100101111100000111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885821; }

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

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

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

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

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

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

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

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