#886426

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

Shades of Hot Curry #886426

Tints of Hot Curry #886426

Color information

#886426 (or 0x886426) is unknown color: approx Hot Curry. HEX triplet: 88, 64 and 26. RGB value is (136,100,38). Sum of RGB (Red+Green+Blue) = 136+100+38=274 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.64% from 274); Green value is 100 (39.45% from 255 or 36.50% from 274); Blue value is 38 (15.23% from 255 or 13.87% from 274); Max value from RGB is 136 - color contains mainly: red. Hex color #886426 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886426 is #779BD9. Grayscale: #676767. Windows color (decimal): -7838682 or 2516104. OLE color: 2516104.

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

Color convert

RGB13610038-
CMYK00.260.720.47
HSL37.96º56.32%34.12%-
HSV(B)37.96º72.06%53.33%-
XYZ15.0614.493.84-
YUV103.790.93151.04-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.64%
GREEN value IS 100 (39.45% from 255) = 36.50%
BLUE value IS 38 (15.23% from 255) = 13.87%
R=49.64%
G=36.50%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361003800.260.720.4737.9656.3234.12
Hex88642601A482F263822
Octal2101444603211057467042
Binary1000100011001001001100110101001000101111100110111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886426; }

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

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

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

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

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

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

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

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