#886121

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

Shades of Hot Curry #886121

Tints of Hot Curry #886121

Color information

#886121 (or 0x886121) is unknown color: approx Hot Curry. HEX triplet: 88, 61 and 21. RGB value is (136,97,33). Sum of RGB (Red+Green+Blue) = 136+97+33=266 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.13% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 33 (13.28% from 255 or 12.41% from 266); Max value from RGB is 136 - color contains mainly: red. Hex color #886121 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886121 is #779EDE. Grayscale: #656565. Windows color (decimal): -7839455 or 2187656. OLE color: 2187656.

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

Color convert

RGB1369733-
CMYK00.290.760.47
HSL37.28º60.95%33.14%-
HSV(B)37.28º75.74%53.33%-
XYZ14.713.893.35-
YUV101.3689.42152.7-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.13%
GREEN value IS 97 (38.28% from 255) = 36.47%
BLUE value IS 33 (13.28% from 255) = 12.41%
R=51.13%
G=36.47%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136973300.290.760.4737.2860.9533.14
Hex88612101D4C2F253d21
Octal2101414103511457457541
Binary1000100011000011000010111011001100101111100101111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886121; }

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

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

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

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

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

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

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

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