Html Css Color HEX #893035 Old Brick

📋 copy color: '#893035'

red 137 ◦ green 48 ◦ blue 53

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

Shades of Old Brick #893035

Tints of Old Brick #893035

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.17%

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

R = 57.56%
G = 20.17%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#893035 (or 0x893035) is known color: Old Brick. HEX triplet: 89, 30 and 35. RGB value is (137,48,53). Sum of RGB (Red+Green+Blue) = 137+48+53=238 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.56% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 53 (21.09% from 255 or 22.27% from 238); Max value from RGB is 137 - color contains mainly: red. Hex color #893035 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893035 is #76CFCA. Grayscale: #4B4B4B. Windows color (decimal): -7786443 or 3485833. OLE color: 3485833.

HSL color Cylindrical-coordinate representation of color #893035: hue angle of 356.63º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #893035 is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 48 53 -
CMYK 0 0.65 0.61 0.46
HSL 356.63º 0.48% 0.36% -
HSV(B) 356.63º 0.65% 0.54% -
XYZ 12.02 7.69 4.22 -
YUV 75.18 115.49 172.09 -
System Red Green Blue C M Y K H S L
Decimal 137 48 53 0 0.65 0.61 0.46 356.63 0.48 0.36
Hex 89 30 35 0 41 3D 2E 165 30 24
Octal 211 60 65 0 101 75 56 545 60 44
Binary 10001001 110000 110101 0 1000001 111101 101110 101100101 110000 100100

Color Harmonies of #893035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893035

Black with #893035

Text Example


Text Example

White with #893035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893035; }

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

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

background-color css

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

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

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

border-color css

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

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

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