#87482B

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

Shades of Korma #87482B

Tints of Korma #87482B

Color information

#87482B (or 0x87482B) is unknown color: approx Korma. HEX triplet: 87, 48 and 2B. RGB value is (135,72,43). Sum of RGB (Red+Green+Blue) = 135+72+43=250 (33% of max value = 765). Red value is 135 (53.12% from 255 or 54% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 135 - color contains mainly: red. Hex color #87482B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87482B is #78B7D4. Grayscale: #575757. Windows color (decimal): -7911381 or 2836615. OLE color: 2836615.

HSL color Cylindrical-coordinate representation of color #87482B: hue angle of 18.91º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #87482B is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB1357243-
CMYK00.470.680.47
HSL18.91º51.69%34.9%-
HSV(B)18.91º68.15%52.94%-
XYZ12.759.963.54-
YUV87.53102.87161.86-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54%
GREEN value IS 72 (28.52% from 255) = 28.8%
BLUE value IS 43 (17.19% from 255) = 17.2%
R=54%
G=28.8%
B=17.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135724300.470.680.4718.9151.6934.9
Hex87482B02F442F133423
Octal2071105305710457236443
Binary1000011110010001010110101111100010010111110011110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87482B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87482B; }

 p { color: rgb(135,72,43); }

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

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

 a { background-color: rgb(135,72,43); }

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

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

 span { border-color: rgb(135,72,43); }

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