#87342F

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

Shades of Crab Apple #87342F

Tints of Crab Apple #87342F

Color information

#87342F (or 0x87342F) is unknown color: approx Crab Apple. HEX triplet: 87, 34 and 2F. RGB value is (135,52,47). Sum of RGB (Red+Green+Blue) = 135+52+47=234 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.69% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 47 (18.75% from 255 or 20.09% from 234); Max value from RGB is 135 - color contains mainly: red. Hex color #87342F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87342F is #78CBD0. Grayscale: #4C4C4C. Windows color (decimal): -7916497 or 3093639. OLE color: 3093639.

HSL color Cylindrical-coordinate representation of color #87342F: hue angle of 3.41º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #87342F is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB1355247-
CMYK00.610.650.47
HSL3.41º48.35%35.69%-
HSV(B)3.41º65.19%52.94%-
XYZ11.737.813.58-
YUV76.25111.5169.91-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 57.69%
GREEN value IS 52 (20.70% from 255) = 22.22%
BLUE value IS 47 (18.75% from 255) = 20.09%
R=57.69%
G=22.22%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135524700.610.650.473.4148.3535.69
Hex87342F03D412F33024
Octal20764570751015736044
Binary100001111101001011110111101100000110111111110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87342F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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