#893435

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

Shades of Old Brick #893435

Tints of Old Brick #893435

Color information

#893435 (or 0x893435) is unknown color: approx Old Brick. HEX triplet: 89, 34 and 35. RGB value is (137,52,53). Sum of RGB (Red+Green+Blue) = 137+52+53=242 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.61% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 53 (21.09% from 255 or 21.90% from 242); Max value from RGB is 137 - color contains mainly: red. Hex color #893435 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893435 is #76CBCA. Grayscale: #4D4D4D. Windows color (decimal): -7785419 or 3486857. OLE color: 3486857.

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

Color convert

RGB1375253-
CMYK00.620.610.46
HSL359.29º44.97%37.06%-
HSV(B)359.29º62.04%53.73%-
XYZ12.198.034.28-
YUV77.53114.16170.42-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 56.61%
GREEN value IS 52 (20.70% from 255) = 21.49%
BLUE value IS 53 (21.09% from 255) = 21.90%
R=56.61%
G=21.49%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.61
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137525300.620.610.46359.2944.9737.06
Hex89343503E3D2E1672d25
Octal211646507675565475545
Binary100010011101001101010111110111101101110101100111101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893435; }

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

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

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

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

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

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

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

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