Html Css Color HEX #893338 Old Brick

📋 copy color: '#893338'

red 137 ◦ green 51 ◦ blue 56

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

Shades of Old Brick #893338

Tints of Old Brick #893338

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.9%

 BLUE value IS 56 (22.27% from 255) = 22.95%

R = 56.15%
G = 20.9%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.59

 K value IS 0.46

RGB Variations

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

Color information

#893338 (or 0x893338) is known color: Old Brick. HEX triplet: 89, 33 and 38. RGB value is (137,51,56). Sum of RGB (Red+Green+Blue) = 137+51+56=244 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.15% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 56 (22.27% from 255 or 22.95% from 244); Max value from RGB is 137 - color contains mainly: red. Hex color #893338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893338 is #76CCC7. Grayscale: #4D4D4D. Windows color (decimal): -7785672 or 3683209. OLE color: 3683209.

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

Color convert

RGB 137 51 56 -
CMYK 0 0.63 0.59 0.46
HSL 356.51º 0.46% 0.37% -
HSV(B) 356.51º 0.63% 0.54% -
XYZ 12.21 7.97 4.64 -
YUV 77.28 115.99 170.59 -
System Red Green Blue C M Y K H S L
Decimal 137 51 56 0 0.63 0.59 0.46 356.51 0.46 0.37
Hex 89 33 38 0 3F 3B 2E 165 2E 25
Octal 211 63 70 0 77 73 56 545 56 45
Binary 10001001 110011 111000 0 111111 111011 101110 101100101 101110 100101

Color Harmonies of #893338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893338

Black with #893338

Text Example


Text Example

White with #893338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893338; }

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

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

background-color css

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

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

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

border-color css

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

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

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