#87532F

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

Shades of Korma #87532F

Tints of Korma #87532F

Color information

#87532F (or 0x87532F) is unknown color: approx Korma. HEX triplet: 87, 53 and 2F. RGB value is (135,83,47). Sum of RGB (Red+Green+Blue) = 135+83+47=265 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.94% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 47 (18.75% from 255 or 17.74% from 265); Max value from RGB is 135 - color contains mainly: red. Hex color #87532F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87532F is #78ACD0. Grayscale: #5E5E5E. Windows color (decimal): -7908561 or 3101575. OLE color: 3101575.

HSL color Cylindrical-coordinate representation of color #87532F: hue angle of 24.55º 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 #87532F is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB1358347-
CMYK00.390.650.47
HSL24.55º48.35%35.69%-
HSV(B)24.55º65.19%52.94%-
XYZ13.611.544.2-
YUV94.44101.23156.93-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.94%
GREEN value IS 83 (32.81% from 255) = 31.32%
BLUE value IS 47 (18.75% from 255) = 17.74%
R=50.94%
G=31.32%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135834700.390.650.4724.5548.3535.69
Hex87532F027412F193024
Octal2071235704710157316044
Binary1000011110100111011110100111100000110111111001110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87532F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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