#893739

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

Shades of Old Brick #893739

Tints of Old Brick #893739

Color information

#893739 (or 0x893739) is unknown color: approx Old Brick. HEX triplet: 89, 37 and 39. RGB value is (137,55,57). Sum of RGB (Red+Green+Blue) = 137+55+57=249 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.02% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 57 (22.66% from 255 or 22.89% from 249); Max value from RGB is 137 - color contains mainly: red. Hex color #893739 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893739 is #76C8C6. Grayscale: #4F4F4F. Windows color (decimal): -7784647 or 3749769. OLE color: 3749769.

HSL color Cylindrical-coordinate representation of color #893739: hue angle of 358.54º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #893739 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB1375557-
CMYK00.600.580.46
HSL358.54º42.71%37.65%-
HSV(B)358.54º59.85%53.73%-
XYZ12.428.354.83-
YUV79.75115.17168.84-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 55.02%
GREEN value IS 55 (21.88% from 255) = 22.09%
BLUE value IS 57 (22.66% from 255) = 22.89%
R=55.02%
G=22.09%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137555700.600.580.46358.5442.7137.65
Hex89373903C3A2E1672b26
Octal211677107472565475346
Binary100010011101111110010111100111010101110101100111101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893739; }

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

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

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

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

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

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

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

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