#89352A

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

Shades of Crab Apple #89352A

Tints of Crab Apple #89352A

Color information

#89352A (or 0x89352A) is unknown color: approx Crab Apple. HEX triplet: 89, 35 and 2A. RGB value is (137,53,42). Sum of RGB (Red+Green+Blue) = 137+53+42=232 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.05% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 137 - color contains mainly: red. Hex color #89352A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89352A is #76CAD5. Grayscale: #4C4C4C. Windows color (decimal): -7785174 or 2766217. OLE color: 2766217.

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

Color convert

RGB1375342-
CMYK00.610.690.46
HSL6.95º53.07%35.1%-
HSV(B)6.95º69.34%53.73%-
XYZ12.018.033.11-
YUV76.86108.33170.89-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 59.05%
GREEN value IS 53 (21.09% from 255) = 22.84%
BLUE value IS 42 (16.80% from 255) = 18.10%
R=59.05%
G=22.84%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.69
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137534200.610.690.466.9553.0735.1
Hex89352A03D452E73523
Octal21165520751055676543
Binary1000100111010110101001111011000101101110111110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89352A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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