#87382F

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

Shades of Crab Apple #87382F

Tints of Crab Apple #87382F

Color information

#87382F (or 0x87382F) is unknown color: approx Crab Apple. HEX triplet: 87, 38 and 2F. RGB value is (135,56,47). Sum of RGB (Red+Green+Blue) = 135+56+47=238 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.72% from 238); Green value is 56 (22.27% from 255 or 23.53% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 135 - color contains mainly: red. Hex color #87382F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87382F is #78C7D0. Grayscale: #4E4E4E. Windows color (decimal): -7915473 or 3094663. OLE color: 3094663.

HSL color Cylindrical-coordinate representation of color #87382F: hue angle of 6.14º 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 #87382F is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB1355647-
CMYK00.590.650.47
HSL6.14º48.35%35.69%-
HSV(B)6.14º65.19%52.94%-
XYZ11.928.183.64-
YUV78.6110.17168.23-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.72%
GREEN value IS 56 (22.27% from 255) = 23.53%
BLUE value IS 47 (18.75% from 255) = 19.75%
R=56.72%
G=23.53%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135564700.590.650.476.1448.3535.69
Hex87382F03B412F63024
Octal20770570731015766044
Binary1000011111100010111101110111000001101111110110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87382F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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