#893037

Color #893037 Old Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Brick #893037

Tints of Old Brick #893037

Color information

#893037 (or 0x893037) is unknown color: approx Old Brick. HEX triplet: 89, 30 and 37. RGB value is (137,48,55). Sum of RGB (Red+Green+Blue) = 137+48+55=240 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.08% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 55 (21.88% from 255 or 22.92% from 240); Max value from RGB is 137 - color contains mainly: red. Hex color #893037 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893037 is #76CFC8. Grayscale: #4B4B4B. Windows color (decimal): -7786441 or 3616905. OLE color: 3616905.

HSL color Cylindrical-coordinate representation of color #893037: hue angle of 355.28º 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 #893037 is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.46.

Color convert

RGB1374855-
CMYK00.650.600.46
HSL355.28º48.11%36.27%-
HSV(B)355.28º64.96%53.73%-
XYZ12.067.714.47-
YUV75.41116.49171.93-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 57.08%
GREEN value IS 48 (19.14% from 255) = 20%
BLUE value IS 55 (21.88% from 255) = 22.92%
R=57.08%
G=20%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.60
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137485500.650.600.46355.2848.1136.27
Hex8930370413C2E1633024
Octal2116067010174565436044
Binary1000100111000011011101000001111100101110101100011110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893037; }

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

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

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

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

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

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

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

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