#87482A

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

Shades of Korma #87482A

Tints of Korma #87482A

Color information

#87482A (or 0x87482A) is unknown color: approx Korma. HEX triplet: 87, 48 and 2A. RGB value is (135,72,42). Sum of RGB (Red+Green+Blue) = 135+72+42=249 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.22% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 42 (16.80% from 255 or 16.87% from 249); Max value from RGB is 135 - color contains mainly: red. Hex color #87482A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87482A is #78B7D5. Grayscale: #575757. Windows color (decimal): -7911382 or 2771079. OLE color: 2771079.

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

Color convert

RGB1357242-
CMYK00.470.690.47
HSL19.35º52.54%34.71%-
HSV(B)19.35º68.89%52.94%-
XYZ12.739.953.44-
YUV87.42102.37161.94-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.22%
GREEN value IS 72 (28.52% from 255) = 28.92%
BLUE value IS 42 (16.80% from 255) = 16.87%
R=54.22%
G=28.92%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135724200.470.690.4719.3552.5434.71
Hex87482A02F452F133523
Octal2071105205710557236543
Binary1000011110010001010100101111100010110111110011110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87482A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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