#893537

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

Shades of Old Brick #893537

Tints of Old Brick #893537

Color information

#893537 (or 0x893537) is unknown color: approx Old Brick. HEX triplet: 89, 35 and 37. RGB value is (137,53,55). Sum of RGB (Red+Green+Blue) = 137+53+55=245 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.92% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 55 (21.88% from 255 or 22.45% from 245); Max value from RGB is 137 - color contains mainly: red. Hex color #893537 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893537 is #76CAC8. Grayscale: #4E4E4E. Windows color (decimal): -7785161 or 3618185. OLE color: 3618185.

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

Color convert

RGB1375355-
CMYK00.610.600.46
HSL358.57º44.21%37.25%-
HSV(B)358.57º61.31%53.73%-
XYZ12.288.144.54-
YUV78.34114.83169.84-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 55.92%
GREEN value IS 53 (21.09% from 255) = 21.63%
BLUE value IS 55 (21.88% from 255) = 22.45%
R=55.92%
G=21.63%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.60
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137535500.610.600.46358.5744.2137.25
Hex89353703D3C2E1672c25
Octal211656707574565475445
Binary100010011101011101110111101111100101110101100111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893537; }

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

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

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

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

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

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

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

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