#893A2B

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

Shades of Crab Apple #893A2B

Tints of Crab Apple #893A2B

Color information

#893A2B (or 0x893A2B) is unknown color: approx Crab Apple. HEX triplet: 89, 3A and 2B. RGB value is (137,58,43). Sum of RGB (Red+Green+Blue) = 137+58+43=238 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.56% from 238); Green value is 58 (23.05% from 255 or 24.37% from 238); Blue value is 43 (17.19% from 255 or 18.07% from 238); Max value from RGB is 137 - color contains mainly: red. Hex color #893A2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893A2B is #76C5D4. Grayscale: #505050. Windows color (decimal): -7783893 or 2833033. OLE color: 2833033.

HSL color Cylindrical-coordinate representation of color #893A2B: hue angle of 9.57º degrees, saturation: 0.52, 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 #893A2B is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.46.

Color convert

RGB1375843-
CMYK00.580.690.46
HSL9.57º52.22%35.29%-
HSV(B)9.57º68.61%53.73%-
XYZ12.278.523.28-
YUV79.91107.17168.72-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 57.56%
GREEN value IS 58 (23.05% from 255) = 24.37%
BLUE value IS 43 (17.19% from 255) = 18.07%
R=57.56%
G=24.37%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.69
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137584300.580.690.469.5752.2235.29
Hex893A2B03A452Ea3423
Octal211725307210556126443
Binary10001001111010101011011101010001011011101010110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893A2B; }

 p { color: rgb(137,58,43); }

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

<style>
 a { background-color: #893A2B; }

 a { background-color: rgb(137,58,43); }

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

<style>
 span { border-color: #893A2B; }

 span { border-color: rgb(137,58,43); }

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