Html Css Color HEX #893235 Old Brick

📋 copy color: '#893235'

red 137 ◦ green 50 ◦ blue 53

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

Shades of Old Brick #893235

Tints of Old Brick #893235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 22.08%

R = 57.08%
G = 20.83%
B = 22.08%

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

#893235 (or 0x893235) is known color: Old Brick. HEX triplet: 89, 32 and 35. RGB value is (137,50,53). Sum of RGB (Red+Green+Blue) = 137+50+53=240 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.08% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 53 (21.09% from 255 or 22.08% from 240); Max value from RGB is 137 - color contains mainly: red. Hex color #893235 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893235 is #76CDCA. Grayscale: #4C4C4C. Windows color (decimal): -7785931 or 3486345. OLE color: 3486345.

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

Color convert

RGB 137 50 53 -
CMYK 0 0.64 0.61 0.46
HSL 357.93º 0.47% 0.37% -
HSV(B) 357.93º 0.64% 0.54% -
XYZ 12.1 7.86 4.25 -
YUV 76.36 114.82 171.26 -
System Red Green Blue C M Y K H S L
Decimal 137 50 53 0 0.64 0.61 0.46 357.93 0.47 0.37
Hex 89 32 35 0 40 3D 2E 166 2F 25
Octal 211 62 65 0 100 75 56 546 57 45
Binary 10001001 110010 110101 0 1000000 111101 101110 101100110 101111 100101

Color Harmonies of #893235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893235

Black with #893235

Text Example


Text Example

White with #893235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893235; }

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

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

background-color css

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

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

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

border-color css

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

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

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