Html Css Color HEX #893236 Old Brick

📋 copy color: '#893236'

red 137 ◦ green 50 ◦ blue 54

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

Shades of Old Brick #893236

Tints of Old Brick #893236

RGB

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

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

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

R = 56.85%
G = 20.75%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#893236 (or 0x893236) is known color: Old Brick. HEX triplet: 89, 32 and 36. RGB value is (137,50,54). Sum of RGB (Red+Green+Blue) = 137+50+54=241 (31% of max value = 765). Red value is 137 (53.91% from 255 or 56.85% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 54 (21.48% from 255 or 22.41% from 241); Max value from RGB is 137 - color contains mainly: red. Hex color #893236 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893236 is #76CDC9. Grayscale: #4C4C4C. Windows color (decimal): -7785930 or 3551881. OLE color: 3551881.

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

Color convert

RGB 137 50 54 -
CMYK 0 0.64 0.61 0.46
HSL 357.24º 0.47% 0.37% -
HSV(B) 357.24º 0.64% 0.54% -
XYZ 12.12 7.87 4.37 -
YUV 76.47 115.32 171.17 -
System Red Green Blue C M Y K H S L
Decimal 137 50 54 0 0.64 0.61 0.46 357.24 0.47 0.37
Hex 89 32 36 0 40 3D 2E 165 2F 25
Octal 211 62 66 0 100 75 56 545 57 45
Binary 10001001 110010 110110 0 1000000 111101 101110 101100101 101111 100101

Color Harmonies of #893236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893236

Black with #893236

Text Example


Text Example

White with #893236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893236; }

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

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

background-color css

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

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

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

border-color css

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

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

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