#87552F

Color #87552F Korma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Korma #87552F

Tints of Korma #87552F

Color information

#87552F (or 0x87552F) is unknown color: approx Korma. HEX triplet: 87, 55 and 2F. RGB value is (135,85,47). Sum of RGB (Red+Green+Blue) = 135+85+47=267 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.56% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 135 - color contains mainly: red. Hex color #87552F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87552F is #78AAD0. Grayscale: #5F5F5F. Windows color (decimal): -7908049 or 3102087. OLE color: 3102087.

HSL color Cylindrical-coordinate representation of color #87552F: hue angle of 25.91º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #87552F is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB1358547-
CMYK00.370.650.47
HSL25.91º48.35%35.69%-
HSV(B)25.91º65.19%52.94%-
XYZ13.7511.854.25-
YUV95.62100.56156.09-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.56%
GREEN value IS 85 (33.59% from 255) = 31.84%
BLUE value IS 47 (18.75% from 255) = 17.60%
R=50.56%
G=31.84%
B=17.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135854700.370.650.4725.9148.3535.69
Hex87552F025412F1a3024
Octal2071255704510157326044
Binary1000011110101011011110100101100000110111111010110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87552F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87552F; }

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

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

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

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

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

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

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

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