#87352A

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

Shades of Crab Apple #87352A

Tints of Crab Apple #87352A

Color information

#87352A (or 0x87352A) is unknown color: approx Crab Apple. HEX triplet: 87, 35 and 2A. RGB value is (135,53,42). Sum of RGB (Red+Green+Blue) = 135+53+42=230 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.70% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 42 (16.80% from 255 or 18.26% from 230); Max value from RGB is 135 - color contains mainly: red. Hex color #87352A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87352A is #78CAD5. Grayscale: #4C4C4C. Windows color (decimal): -7916246 or 2766215. OLE color: 2766215.

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

Color convert

RGB1355342-
CMYK00.610.690.47
HSL7.1º52.54%34.71%-
HSV(B)7.1º68.89%52.94%-
XYZ11.687.863.09-
YUV76.26108.67169.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 58.70%
GREEN value IS 53 (21.09% from 255) = 23.04%
BLUE value IS 42 (16.80% from 255) = 18.26%
R=58.70%
G=23.04%
B=18.26%

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
Decimal135534200.610.690.477.152.5434.71
Hex87352A03D452F73523
Octal20765520751055776543
Binary1000011111010110101001111011000101101111111110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87352A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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