#89352C

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

Shades of Crab Apple #89352C

Tints of Crab Apple #89352C

Color information

#89352C (or 0x89352C) is unknown color: approx Crab Apple. HEX triplet: 89, 35 and 2C. RGB value is (137,53,44). Sum of RGB (Red+Green+Blue) = 137+53+44=234 (30% of max value = 765). Red value is 137 (53.91% from 255 or 58.55% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 44 (17.58% from 255 or 18.80% from 234); Max value from RGB is 137 - color contains mainly: red. Hex color #89352C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89352C is #76CAD3. Grayscale: #4D4D4D. Windows color (decimal): -7785172 or 2897289. OLE color: 2897289.

HSL color Cylindrical-coordinate representation of color #89352C: hue angle of 5.81º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #89352C is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.46.

Color convert

RGB1375344-
CMYK00.610.680.46
HSL5.81º51.38%35.49%-
HSV(B)5.81º67.88%53.73%-
XYZ12.048.053.3-
YUV77.09109.33170.73-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 58.55%
GREEN value IS 53 (21.09% from 255) = 22.65%
BLUE value IS 44 (17.58% from 255) = 18.80%
R=58.55%
G=22.65%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.68
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137534400.610.680.465.8151.3835.49
Hex89352C03D442E63323
Octal21165540751045666343
Binary1000100111010110110001111011000100101110110110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89352C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89352C; }

 p { color: rgb(137,53,44); }

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

<style>
 a { background-color: #89352C; }

 a { background-color: rgb(137,53,44); }

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

<style>
 span { border-color: #89352C; }

 span { border-color: rgb(137,53,44); }

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