Html Css Color HEX #893537 Old Brick

📋 copy color: '#893537'

red 137 ◦ green 53 ◦ blue 55

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

Shades of Old Brick #893537

Tints of Old Brick #893537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 22.45%

R = 55.92%
G = 21.63%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.60

 K value IS 0.46

RGB Variations

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

Color information

#893537 (or 0x893537) is known color: Old Brick. HEX triplet: 89, 35 and 37. RGB value is (137,53,55). Sum of RGB (Red+Green+Blue) = 137+53+55=245 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.92% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 55 (21.88% from 255 or 22.45% from 245); Max value from RGB is 137 - color contains mainly: red. Hex color #893537 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893537 is #76CAC8. Grayscale: #4E4E4E. Windows color (decimal): -7785161 or 3618185. OLE color: 3618185.

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

Color convert

RGB 137 53 55 -
CMYK 0 0.61 0.60 0.46
HSL 358.57º 0.44% 0.37% -
HSV(B) 358.57º 0.61% 0.54% -
XYZ 12.28 8.14 4.54 -
YUV 78.34 114.83 169.84 -
System Red Green Blue C M Y K H S L
Decimal 137 53 55 0 0.61 0.60 0.46 358.57 0.44 0.37
Hex 89 35 37 0 3D 3C 2E 167 2C 25
Octal 211 65 67 0 75 74 56 547 54 45
Binary 10001001 110101 110111 0 111101 111100 101110 101100111 101100 100101

Color Harmonies of #893537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893537

Black with #893537

Text Example


Text Example

White with #893537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893537; }

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

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

background-color css

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

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

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

border-color css

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

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

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