Html Css Color HEX #893437 Old Brick

📋 copy color: '#893437'

red 137 ◦ green 52 ◦ blue 55

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

Shades of Old Brick #893437

Tints of Old Brick #893437

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.31%

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

R = 56.15%
G = 21.31%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.60

 K value IS 0.46

RGB Variations

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

Color information

#893437 (or 0x893437) is known color: Old Brick. HEX triplet: 89, 34 and 37. RGB value is (137,52,55). Sum of RGB (Red+Green+Blue) = 137+52+55=244 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.15% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 55 (21.88% from 255 or 22.54% from 244); Max value from RGB is 137 - color contains mainly: red. Hex color #893437 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893437 is #76CBC8. Grayscale: #4D4D4D. Windows color (decimal): -7785417 or 3617929. OLE color: 3617929.

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

Color convert

RGB 137 52 55 -
CMYK 0 0.62 0.60 0.46
HSL 357.88º 0.45% 0.37% -
HSV(B) 357.88º 0.62% 0.54% -
XYZ 12.23 8.05 4.52 -
YUV 77.76 115.16 170.26 -
System Red Green Blue C M Y K H S L
Decimal 137 52 55 0 0.62 0.60 0.46 357.88 0.45 0.37
Hex 89 34 37 0 3E 3C 2E 166 2D 25
Octal 211 64 67 0 76 74 56 546 55 45
Binary 10001001 110100 110111 0 111110 111100 101110 101100110 101101 100101

Color Harmonies of #893437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893437

Black with #893437

Text Example


Text Example

White with #893437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893437; }

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

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

background-color css

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

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

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

border-color css

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

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

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