Html Css Color HEX #893539 Old Brick

📋 copy color: '#893539'

red 137 ◦ green 53 ◦ blue 57

#893539
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Brick #893539

Tints of Old Brick #893539

RGB

 RED value IS 137 (53.91% from 255) = 55.47%

 GREEN value IS 53 (21.09% from 255) = 21.46%

 BLUE value IS 57 (22.66% from 255) = 23.08%

R = 55.47%
G = 21.46%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#893539 (or 0x893539) is known color: Old Brick. HEX triplet: 89, 35 and 39. RGB value is (137,53,57). Sum of RGB (Red+Green+Blue) = 137+53+57=247 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.47% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 57 (22.66% from 255 or 23.08% from 247); Max value from RGB is 137 - color contains mainly: red. Hex color #893539 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893539 is #76CAC6. Grayscale: #4E4E4E. Windows color (decimal): -7785159 or 3749257. OLE color: 3749257.

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

Color convert

RGB 137 53 57 -
CMYK 0 0.61 0.58 0.46
HSL 357.14º 0.44% 0.37% -
HSV(B) 357.14º 0.61% 0.54% -
XYZ 12.33 8.16 4.8 -
YUV 78.57 115.83 169.67 -
System Red Green Blue C M Y K H S L
Decimal 137 53 57 0 0.61 0.58 0.46 357.14 0.44 0.37
Hex 89 35 39 0 3D 3A 2E 165 2C 25
Octal 211 65 71 0 75 72 56 545 54 45
Binary 10001001 110101 111001 0 111101 111010 101110 101100101 101100 100101

Color Harmonies of #893539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893539

Black with #893539

Text Example


Text Example

White with #893539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893539; }

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

 H1.HeaderClassName
 {
   color: #893539;
 }
 .AnyTagClassName
 {
   color: #893539;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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