#886326

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

Shades of Hot Curry #886326

Tints of Hot Curry #886326

Color information

#886326 (or 0x886326) is unknown color: approx Hot Curry. HEX triplet: 88, 63 and 26. RGB value is (136,99,38). Sum of RGB (Red+Green+Blue) = 136+99+38=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 38 (15.23% from 255 or 13.92% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #886326 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886326 is #779CD9. Grayscale: #676767. Windows color (decimal): -7838938 or 2515848. OLE color: 2515848.

HSL color Cylindrical-coordinate representation of color #886326: hue angle of 37.35º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #886326 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB1369938-
CMYK00.270.720.47
HSL37.35º56.32%34.12%-
HSV(B)37.35º72.06%53.33%-
XYZ14.9714.33.8-
YUV103.1191.26151.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.82%
GREEN value IS 99 (39.06% from 255) = 36.26%
BLUE value IS 38 (15.23% from 255) = 13.92%
R=49.82%
G=36.26%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136993800.270.720.4737.3556.3234.12
Hex88632601B482F253822
Octal2101434603311057457042
Binary1000100011000111001100110111001000101111100101111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886326; }

 p { color: rgb(136,99,38); }

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

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

 a { background-color: rgb(136,99,38); }

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

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

 span { border-color: rgb(136,99,38); }

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