#886126

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

Shades of Hot Curry #886126

Tints of Hot Curry #886126

Color information

#886126 (or 0x886126) is unknown color: approx Hot Curry. HEX triplet: 88, 61 and 26. RGB value is (136,97,38). Sum of RGB (Red+Green+Blue) = 136+97+38=271 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.18% from 271); Green value is 97 (38.28% from 255 or 35.79% from 271); Blue value is 38 (15.23% from 255 or 14.02% from 271); Max value from RGB is 136 - color contains mainly: red. Hex color #886126 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886126 is #779ED9. Grayscale: #666666. Windows color (decimal): -7839450 or 2515336. OLE color: 2515336.

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

Color convert

RGB1369738-
CMYK00.290.720.47
HSL36.12º56.32%34.12%-
HSV(B)36.12º72.06%53.33%-
XYZ14.7813.923.74-
YUV101.9491.92152.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.18%
GREEN value IS 97 (38.28% from 255) = 35.79%
BLUE value IS 38 (15.23% from 255) = 14.02%
R=50.18%
G=35.79%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136973800.290.720.4736.1256.3234.12
Hex88612601D482F243822
Octal2101414603511057447042
Binary1000100011000011001100111011001000101111100100111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886126; }

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

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

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

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

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

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

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

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