#893034

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

Shades of Old Brick #893034

Tints of Old Brick #893034

Color information

#893034 (or 0x893034) is unknown color: approx Old Brick. HEX triplet: 89, 30 and 34. RGB value is (137,48,52). Sum of RGB (Red+Green+Blue) = 137+48+52=237 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.81% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 52 (20.70% from 255 or 21.94% from 237); Max value from RGB is 137 - color contains mainly: red. Hex color #893034 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893034 is #76CFCB. Grayscale: #4B4B4B. Windows color (decimal): -7786444 or 3420297. OLE color: 3420297.

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

Color convert

RGB1374852-
CMYK00.650.620.46
HSL357.3º48.11%36.27%-
HSV(B)357.3º64.96%53.73%-
XYZ11.997.684.1-
YUV75.07114.99172.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 57.81%
GREEN value IS 48 (19.14% from 255) = 20.25%
BLUE value IS 52 (20.70% from 255) = 21.94%
R=57.81%
G=20.25%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137485200.650.620.46357.348.1136.27
Hex8930340413E2E1653024
Octal2116064010176565456044
Binary1000100111000011010001000001111110101110101100101110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893034; }

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

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

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

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

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

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

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

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