#893539

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

Shades of Old Brick #893539

Tints of Old Brick #893539

Color information

#893539 (or 0x893539) is unknown color: approx Old Brick. HEX triplet: 89, 35 and 39. RGB value is (137,53,57). Sum of RGB (Red+Green+Blue) = 137+53+57=247 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.47% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 57 (22.66% from 255 or 23.08% from 247); Max value from RGB is 137 - color contains mainly: red. Hex color #893539 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893539 is #76CAC6. Grayscale: #4E4E4E. Windows color (decimal): -7785159 or 3749257. OLE color: 3749257.

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

Color convert

RGB1375357-
CMYK00.610.580.46
HSL357.14º44.21%37.25%-
HSV(B)357.14º61.31%53.73%-
XYZ12.338.164.8-
YUV78.57115.83169.67-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 55.47%
GREEN value IS 53 (21.09% from 255) = 21.46%
BLUE value IS 57 (22.66% from 255) = 23.08%
R=55.47%
G=21.46%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137535700.610.580.46357.1444.2137.25
Hex89353903D3A2E1652c25
Octal211657107572565455445
Binary100010011101011110010111101111010101110101100101101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893539; }

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

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

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

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

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

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

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

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