#89352E

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

Shades of Crab Apple #89352E

Tints of Crab Apple #89352E

Color information

#89352E (or 0x89352E) is unknown color: approx Crab Apple. HEX triplet: 89, 35 and 2E. RGB value is (137,53,46). Sum of RGB (Red+Green+Blue) = 137+53+46=236 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.05% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 46 (18.36% from 255 or 19.49% from 236); Max value from RGB is 137 - color contains mainly: red. Hex color #89352E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89352E is #76CAD1. Grayscale: #4D4D4D. Windows color (decimal): -7785170 or 3028361. OLE color: 3028361.

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

Color convert

RGB1375346-
CMYK00.610.660.46
HSL4.62º49.73%35.88%-
HSV(B)4.62º66.42%53.73%-
XYZ12.088.063.5-
YUV77.32110.33170.57-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 58.05%
GREEN value IS 53 (21.09% from 255) = 22.46%
BLUE value IS 46 (18.36% from 255) = 19.49%
R=58.05%
G=22.46%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.66
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137534600.610.660.464.6249.7335.88
Hex89352E03D422E53224
Octal21165560751025656244
Binary1000100111010110111001111011000010101110101110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89352E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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