Html Css Color HEX #893234 Old Brick

📋 copy color: '#893234'

red 137 ◦ green 50 ◦ blue 52

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

Shades of Old Brick #893234

Tints of Old Brick #893234

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.92%

 BLUE value IS 52 (20.7% from 255) = 21.76%

R = 57.32%
G = 20.92%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.46

RGB Variations

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

Color information

#893234 (or 0x893234) is known color: Old Brick. HEX triplet: 89, 32 and 34. RGB value is (137,50,52). Sum of RGB (Red+Green+Blue) = 137+50+52=239 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.32% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 52 (20.70% from 255 or 21.76% from 239); Max value from RGB is 137 - color contains mainly: red. Hex color #893234 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893234 is #76CDCB. Grayscale: #4C4C4C. Windows color (decimal): -7785932 or 3420809. OLE color: 3420809.

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

Color convert

RGB 137 50 52 -
CMYK 0 0.64 0.62 0.46
HSL 358.62º 0.47% 0.37% -
HSV(B) 358.62º 0.64% 0.54% -
XYZ 12.08 7.85 4.13 -
YUV 76.24 114.32 171.34 -
System Red Green Blue C M Y K H S L
Decimal 137 50 52 0 0.64 0.62 0.46 358.62 0.47 0.37
Hex 89 32 34 0 40 3E 2E 167 2F 25
Octal 211 62 64 0 100 76 56 547 57 45
Binary 10001001 110010 110100 0 1000000 111110 101110 101100111 101111 100101

Color Harmonies of #893234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893234

Black with #893234

Text Example


Text Example

White with #893234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893234; }

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

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

background-color css

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

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

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

border-color css

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

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

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