#885527

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

Shades of Hot Curry #885527

Tints of Hot Curry #885527

Color information

#885527 (or 0x885527) is unknown color: approx Hot Curry. HEX triplet: 88, 55 and 27. RGB value is (136,85,39). Sum of RGB (Red+Green+Blue) = 136+85+39=260 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.31% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 39 (15.62% from 255 or 15% from 260); Max value from RGB is 136 - color contains mainly: red. Hex color #885527 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885527 is #77AAD8. Grayscale: #5F5F5F. Windows color (decimal): -7842521 or 2577800. OLE color: 2577800.

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

Color convert

RGB1368539-
CMYK00.380.710.47
HSL28.45º55.43%34.31%-
HSV(B)28.45º71.32%53.33%-
XYZ13.7711.883.49-
YUV9596.4157.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.31%
GREEN value IS 85 (33.59% from 255) = 32.69%
BLUE value IS 39 (15.62% from 255) = 15%
R=52.31%
G=32.69%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136853900.380.710.4728.4555.4334.31
Hex885527026472F1c3722
Octal2101254704610757346742
Binary1000100010101011001110100110100011110111111100110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885527; }

 p { color: rgb(136,85,39); }

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

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

 a { background-color: rgb(136,85,39); }

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

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

 span { border-color: rgb(136,85,39); }

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