Html Css Color HEX #893233 Old Brick

📋 copy color: '#893233'

red 137 ◦ green 50 ◦ blue 51

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

Shades of Old Brick #893233

Tints of Old Brick #893233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 21.43%

R = 57.56%
G = 21.01%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.63

 K value IS 0.46

RGB Variations

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

Color information

#893233 (or 0x893233) is known color: Old Brick. HEX triplet: 89, 32 and 33. RGB value is (137,50,51). Sum of RGB (Red+Green+Blue) = 137+50+51=238 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.56% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 51 (20.31% from 255 or 21.43% from 238); Max value from RGB is 137 - color contains mainly: red. Hex color #893233 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893233 is #76CDCC. Grayscale: #4C4C4C. Windows color (decimal): -7785933 or 3355273. OLE color: 3355273.

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

Color convert

RGB 137 50 51 -
CMYK 0 0.64 0.63 0.46
HSL 359.31º 0.47% 0.37% -
HSV(B) 359.31º 0.64% 0.54% -
XYZ 12.05 7.84 4.01 -
YUV 76.13 113.82 171.42 -
System Red Green Blue C M Y K H S L
Decimal 137 50 51 0 0.64 0.63 0.46 359.31 0.47 0.37
Hex 89 32 33 0 40 3F 2E 167 2F 25
Octal 211 62 63 0 100 77 56 547 57 45
Binary 10001001 110010 110011 0 1000000 111111 101110 101100111 101111 100101

Color Harmonies of #893233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893233

Black with #893233

Text Example


Text Example

White with #893233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893233; }

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

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

background-color css

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

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

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

border-color css

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

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

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