#87362A

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

Shades of Crab Apple #87362A

Tints of Crab Apple #87362A

Color information

#87362A (or 0x87362A) is unknown color: approx Crab Apple. HEX triplet: 87, 36 and 2A. RGB value is (135,54,42). Sum of RGB (Red+Green+Blue) = 135+54+42=231 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.44% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 135 - color contains mainly: red. Hex color #87362A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87362A is #78C9D5. Grayscale: #4C4C4C. Windows color (decimal): -7915990 or 2766471. OLE color: 2766471.

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

Color convert

RGB1355442-
CMYK00.600.690.47
HSL7.74º52.54%34.71%-
HSV(B)7.74º68.89%52.94%-
XYZ11.737.963.11-
YUV76.85108.34169.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 58.44%
GREEN value IS 54 (21.48% from 255) = 23.38%
BLUE value IS 42 (16.80% from 255) = 18.18%
R=58.44%
G=23.38%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135544200.600.690.477.7452.5434.71
Hex87362A03C452F83523
Octal207665207410557106543
Binary10000111110110101010011110010001011011111000110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87362A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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