Html Css Color HEX #893032 Old Brick

📋 copy color: '#893032'

red 137 ◦ green 48 ◦ blue 50

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

Shades of Old Brick #893032

Tints of Old Brick #893032

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.43%

 BLUE value IS 50 (19.92% from 255) = 21.28%

R = 58.3%
G = 20.43%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#893032 (or 0x893032) is known color: Old Brick. HEX triplet: 89, 30 and 32. RGB value is (137,48,50). Sum of RGB (Red+Green+Blue) = 137+48+50=235 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.30% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 50 (19.92% from 255 or 21.28% from 235); Max value from RGB is 137 - color contains mainly: red. Hex color #893032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893032 is #76CFCD. Grayscale: #4A4A4A. Windows color (decimal): -7786446 or 3289225. OLE color: 3289225.

HSL color Cylindrical-coordinate representation of color #893032: hue angle of 358.65º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #893032 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 48 50 -
CMYK 0 0.65 0.64 0.46
HSL 358.65º 0.48% 0.36% -
HSV(B) 358.65º 0.65% 0.54% -
XYZ 11.95 7.66 3.87 -
YUV 74.84 113.99 172.34 -
System Red Green Blue C M Y K H S L
Decimal 137 48 50 0 0.65 0.64 0.46 358.65 0.48 0.36
Hex 89 30 32 0 41 40 2E 167 30 24
Octal 211 60 62 0 101 100 56 547 60 44
Binary 10001001 110000 110010 0 1000001 1000000 101110 101100111 110000 100100

Color Harmonies of #893032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893032

Black with #893032

Text Example


Text Example

White with #893032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893032; }

 p { color: rgb(137,48,50); }

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

background-color css

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

 a { background-color: rgb(137,48,50); }

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

border-color css

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

 span { border-color: rgb(137,48,50); }

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