#893036

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

Shades of Old Brick #893036

Tints of Old Brick #893036

Color information

#893036 (or 0x893036) is unknown color: approx Old Brick. HEX triplet: 89, 30 and 36. RGB value is (137,48,54). Sum of RGB (Red+Green+Blue) = 137+48+54=239 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.32% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 54 (21.48% from 255 or 22.59% from 239); Max value from RGB is 137 - color contains mainly: red. Hex color #893036 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893036 is #76CFC9. Grayscale: #4B4B4B. Windows color (decimal): -7786442 or 3551369. OLE color: 3551369.

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

Color convert

RGB1374854-
CMYK00.650.610.46
HSL355.96º48.11%36.27%-
HSV(B)355.96º64.96%53.73%-
XYZ12.047.74.34-
YUV75.3115.99172.01-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 57.32%
GREEN value IS 48 (19.14% from 255) = 20.08%
BLUE value IS 54 (21.48% from 255) = 22.59%
R=57.32%
G=20.08%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.61
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137485400.650.610.46355.9648.1136.27
Hex8930360413D2E1643024
Octal2116066010175565446044
Binary1000100111000011011001000001111101101110101100100110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893036; }

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

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

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

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

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

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

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

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