#89333C

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

Shades of Old Brick #89333C

Tints of Old Brick #89333C

Color information

#89333C (or 0x89333C) is unknown color: approx Old Brick. HEX triplet: 89, 33 and 3C. RGB value is (137,51,60). Sum of RGB (Red+Green+Blue) = 137+51+60=248 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.24% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 60 (23.83% from 255 or 24.19% from 248); Max value from RGB is 137 - color contains mainly: red. Hex color #89333C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89333C is #76CCC3. Grayscale: #4D4D4D. Windows color (decimal): -7785668 or 3945353. OLE color: 3945353.

HSL color Cylindrical-coordinate representation of color #89333C: hue angle of 353.72º 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 #89333C is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.46.

Color convert

RGB1375160-
CMYK00.630.560.46
HSL353.72º45.74%36.86%-
HSV(B)353.72º62.77%53.73%-
XYZ12.328.015.17-
YUV77.74117.99170.27-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 55.24%
GREEN value IS 51 (20.31% from 255) = 20.56%
BLUE value IS 60 (23.83% from 255) = 24.19%
R=55.24%
G=20.56%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.56
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137516000.630.560.46353.7245.7436.86
Hex89333C03F382E1622e25
Octal211637407770565425645
Binary100010011100111111000111111111000101110101100010101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89333C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89333C; }

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

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

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

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

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

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

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

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