#893335

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

Shades of Old Brick #893335

Tints of Old Brick #893335

Color information

#893335 (or 0x893335) is unknown color: approx Old Brick. HEX triplet: 89, 33 and 35. RGB value is (137,51,53). Sum of RGB (Red+Green+Blue) = 137+51+53=241 (31% of max value = 765). Red value is 137 (53.91% from 255 or 56.85% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 53 (21.09% from 255 or 21.99% from 241); Max value from RGB is 137 - color contains mainly: red. Hex color #893335 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893335 is #76CCCA. Grayscale: #4D4D4D. Windows color (decimal): -7785675 or 3486601. OLE color: 3486601.

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

Color convert

RGB1375153-
CMYK00.630.610.46
HSL358.6º45.74%36.86%-
HSV(B)358.6º62.77%53.73%-
XYZ12.147.944.26-
YUV76.94114.49170.84-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 56.85%
GREEN value IS 51 (20.31% from 255) = 21.16%
BLUE value IS 53 (21.09% from 255) = 21.99%
R=56.85%
G=21.16%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.61
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137515300.630.610.46358.645.7436.86
Hex89333503F3D2E1672e25
Octal211636507775565475645
Binary100010011100111101010111111111101101110101100111101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893335; }

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

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

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

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

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

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

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

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