#893538

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

Shades of Old Brick #893538

Tints of Old Brick #893538

Color information

#893538 (or 0x893538) is unknown color: approx Old Brick. HEX triplet: 89, 35 and 38. RGB value is (137,53,56). Sum of RGB (Red+Green+Blue) = 137+53+56=246 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.69% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 56 (22.27% from 255 or 22.76% from 246); Max value from RGB is 137 - color contains mainly: red. Hex color #893538 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893538 is #76CAC7. Grayscale: #4E4E4E. Windows color (decimal): -7785160 or 3683721. OLE color: 3683721.

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

Color convert

RGB1375356-
CMYK00.610.590.46
HSL357.86º44.21%37.25%-
HSV(B)357.86º61.31%53.73%-
XYZ12.38.154.67-
YUV78.46115.33169.76-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 55.69%
GREEN value IS 53 (21.09% from 255) = 21.54%
BLUE value IS 56 (22.27% from 255) = 22.76%
R=55.69%
G=21.54%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.59
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137535600.610.590.46357.8644.2137.25
Hex89353803D3B2E1662c25
Octal211657007573565465445
Binary100010011101011110000111101111011101110101100110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893538; }

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

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

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

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

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

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

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

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