#885C27

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

Shades of Hot Curry #885C27

Tints of Hot Curry #885C27

Color information

#885C27 (or 0x885C27) is unknown color: approx Hot Curry. HEX triplet: 88, 5C and 27. RGB value is (136,92,39). Sum of RGB (Red+Green+Blue) = 136+92+39=267 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.94% from 267); Green value is 92 (36.33% from 255 or 34.46% from 267); Blue value is 39 (15.62% from 255 or 14.61% from 267); Max value from RGB is 136 - color contains mainly: red. Hex color #885C27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885C27 is #77A3D8. Grayscale: #636363. Windows color (decimal): -7840729 or 2579592. OLE color: 2579592.

HSL color Cylindrical-coordinate representation of color #885C27: hue angle of 32.78º 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 #885C27 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB1369239-
CMYK00.320.710.47
HSL32.78º55.43%34.31%-
HSV(B)32.78º71.32%53.33%-
XYZ14.3513.043.68-
YUV99.1194.08154.31-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.94%
GREEN value IS 92 (36.33% from 255) = 34.46%
BLUE value IS 39 (15.62% from 255) = 14.61%
R=50.94%
G=34.46%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136923900.320.710.4732.7855.4334.31
Hex885C27020472F213722
Octal2101344704010757416742
Binary10001000101110010011101000001000111101111100001110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885C27; }

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

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

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

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

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

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

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

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