#87342A

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

Shades of Crab Apple #87342A

Tints of Crab Apple #87342A

Color information

#87342A (or 0x87342A) is unknown color: approx Crab Apple. HEX triplet: 87, 34 and 2A. RGB value is (135,52,42). Sum of RGB (Red+Green+Blue) = 135+52+42=229 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.95% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 42 (16.80% from 255 or 18.34% from 229); Max value from RGB is 135 - color contains mainly: red. Hex color #87342A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87342A is #78CBD5. Grayscale: #4B4B4B. Windows color (decimal): -7916502 or 2765959. OLE color: 2765959.

HSL color Cylindrical-coordinate representation of color #87342A: hue angle of 6.45º 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 #87342A is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB1355242-
CMYK00.610.690.47
HSL6.45º52.54%34.71%-
HSV(B)6.45º68.89%52.94%-
XYZ11.647.773.08-
YUV75.68109170.31-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 58.95%
GREEN value IS 52 (20.70% from 255) = 22.71%
BLUE value IS 42 (16.80% from 255) = 18.34%
R=58.95%
G=22.71%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135524200.610.690.476.4552.5434.71
Hex87342A03D452F63523
Octal20764520751055766543
Binary1000011111010010101001111011000101101111110110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87342A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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