#875527

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

Shades of Hot Curry #875527

Tints of Hot Curry #875527

Color information

#875527 (or 0x875527) is unknown color: approx Hot Curry. HEX triplet: 87, 55 and 27. RGB value is (135,85,39). Sum of RGB (Red+Green+Blue) = 135+85+39=259 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.12% from 259); Green value is 85 (33.59% from 255 or 32.82% from 259); Blue value is 39 (15.62% from 255 or 15.06% from 259); Max value from RGB is 135 - color contains mainly: red. Hex color #875527 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875527 is #78AAD8. Grayscale: #5E5E5E. Windows color (decimal): -7908057 or 2577799. OLE color: 2577799.

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

Color convert

RGB1358539-
CMYK00.370.710.47
HSL28.75º55.17%34.12%-
HSV(B)28.75º71.11%52.94%-
XYZ13.6111.793.48-
YUV94.7196.56156.74-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.12%
GREEN value IS 85 (33.59% from 255) = 32.82%
BLUE value IS 39 (15.62% from 255) = 15.06%
R=52.12%
G=32.82%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135853900.370.710.4728.7555.1734.12
Hex875527025472F1d3722
Octal2071254704510757356742
Binary1000011110101011001110100101100011110111111101110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875527; }

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

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

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

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

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

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

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

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