#893930

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

Shades of Crab Apple #893930

Tints of Crab Apple #893930

Color information

#893930 (or 0x893930) is unknown color: approx Crab Apple. HEX triplet: 89, 39 and 30. RGB value is (137,57,48). Sum of RGB (Red+Green+Blue) = 137+57+48=242 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.61% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 48 (19.14% from 255 or 19.83% from 242); Max value from RGB is 137 - color contains mainly: red. Hex color #893930 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893930 is #76C6CF. Grayscale: #505050. Windows color (decimal): -7784144 or 3160457. OLE color: 3160457.

HSL color Cylindrical-coordinate representation of color #893930: hue angle of 6.07º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #893930 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.46.

Color convert

RGB1375748-
CMYK00.580.650.46
HSL6.07º48.11%36.27%-
HSV(B)6.07º64.96%53.73%-
XYZ12.318.463.78-
YUV79.89110168.73-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 56.61%
GREEN value IS 57 (22.66% from 255) = 23.55%
BLUE value IS 48 (19.14% from 255) = 19.83%
R=56.61%
G=23.55%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137574800.580.650.466.0748.1136.27
Hex89393003A412E63024
Octal21171600721015666044
Binary1000100111100111000001110101000001101110110110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893930; }

 p { color: rgb(137,57,48); }

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

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

 a { background-color: rgb(137,57,48); }

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

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

 span { border-color: rgb(137,57,48); }

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