#893339

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

Shades of Old Brick #893339

Tints of Old Brick #893339

Color information

#893339 (or 0x893339) is unknown color: approx Old Brick. HEX triplet: 89, 33 and 39. RGB value is (137,51,57). Sum of RGB (Red+Green+Blue) = 137+51+57=245 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.92% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 57 (22.66% from 255 or 23.27% from 245); Max value from RGB is 137 - color contains mainly: red. Hex color #893339 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893339 is #76CCC6. Grayscale: #4D4D4D. Windows color (decimal): -7785671 or 3748745. OLE color: 3748745.

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

Color convert

RGB1375157-
CMYK00.630.580.46
HSL355.81º45.74%36.86%-
HSV(B)355.81º62.77%53.73%-
XYZ12.247.984.77-
YUV77.4116.49170.51-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 55.92%
GREEN value IS 51 (20.31% from 255) = 20.82%
BLUE value IS 57 (22.66% from 255) = 23.27%
R=55.92%
G=20.82%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137515700.630.580.46355.8145.7436.86
Hex89333903F3A2E1642e25
Octal211637107772565445645
Binary100010011100111110010111111111010101110101100100101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893339; }

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

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

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

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

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

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

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

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