#886325

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

Shades of Hot Curry #886325

Tints of Hot Curry #886325

Color information

#886325 (or 0x886325) is unknown color: approx Hot Curry. HEX triplet: 88, 63 and 25. RGB value is (136,99,37). Sum of RGB (Red+Green+Blue) = 136+99+37=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 37 (14.84% from 255 or 13.60% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #886325 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886325 is #779CDA. Grayscale: #676767. Windows color (decimal): -7838939 or 2450312. OLE color: 2450312.

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

Color convert

RGB1369937-
CMYK00.270.730.47
HSL37.58º57.23%33.92%-
HSV(B)37.58º72.79%53.33%-
XYZ14.9514.293.72-
YUV10390.76151.54-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50%
GREEN value IS 99 (39.06% from 255) = 36.40%
BLUE value IS 37 (14.84% from 255) = 13.60%
R=50%
G=36.40%
B=13.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136993700.270.730.4737.5857.2333.92
Hex88632501B492F263922
Octal2101434503311157467142
Binary1000100011000111001010110111001001101111100110111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886325; }

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

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

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

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

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

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

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

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