Html Css Color HEX #893336 Old Brick

📋 copy color: '#893336'

red 137 ◦ green 51 ◦ blue 54

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

Shades of Old Brick #893336

Tints of Old Brick #893336

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.07%

 BLUE value IS 54 (21.48% from 255) = 22.31%

R = 56.61%
G = 21.07%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#893336 (or 0x893336) is known color: Old Brick. HEX triplet: 89, 33 and 36. RGB value is (137,51,54). Sum of RGB (Red+Green+Blue) = 137+51+54=242 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.61% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 54 (21.48% from 255 or 22.31% from 242); Max value from RGB is 137 - color contains mainly: red. Hex color #893336 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893336 is #76CCC9. Grayscale: #4D4D4D. Windows color (decimal): -7785674 or 3552137. OLE color: 3552137.

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

Color convert

RGB 137 51 54 -
CMYK 0 0.63 0.61 0.46
HSL 357.91º 0.46% 0.37% -
HSV(B) 357.91º 0.63% 0.54% -
XYZ 12.17 7.95 4.38 -
YUV 77.06 114.99 170.76 -
System Red Green Blue C M Y K H S L
Decimal 137 51 54 0 0.63 0.61 0.46 357.91 0.46 0.37
Hex 89 33 36 0 3F 3D 2E 166 2E 25
Octal 211 63 66 0 77 75 56 546 56 45
Binary 10001001 110011 110110 0 111111 111101 101110 101100110 101110 100101

Color Harmonies of #893336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893336

Black with #893336

Text Example


Text Example

White with #893336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893336; }

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

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

background-color css

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

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

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

border-color css

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

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

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