#886221

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

Shades of Hot Curry #886221

Tints of Hot Curry #886221

Color information

#886221 (or 0x886221) is unknown color: approx Hot Curry. HEX triplet: 88, 62 and 21. RGB value is (136,98,33). Sum of RGB (Red+Green+Blue) = 136+98+33=267 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.94% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 33 (13.28% from 255 or 12.36% from 267); Max value from RGB is 136 - color contains mainly: red. Hex color #886221 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886221 is #779DDE. Grayscale: #666666. Windows color (decimal): -7839199 or 2187912. OLE color: 2187912.

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

Color convert

RGB1369833-
CMYK00.280.760.47
HSL37.86º60.95%33.14%-
HSV(B)37.86º75.74%53.33%-
XYZ14.814.083.38-
YUV101.9589.09152.29-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.94%
GREEN value IS 98 (38.67% from 255) = 36.70%
BLUE value IS 33 (13.28% from 255) = 12.36%
R=50.94%
G=36.70%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136983300.280.760.4737.8660.9533.14
Hex88622101C4C2F263d21
Octal2101424103411457467541
Binary1000100011000101000010111001001100101111100110111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886221; }

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

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

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

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

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

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

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

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