Html Css Color HEX #993E31 Tia Maria

📋 copy color: '#993E31'

red 153 ◦ green 62 ◦ blue 49

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

Shades of Tia Maria #993E31

Tints of Tia Maria #993E31

RGB

 RED value IS 153 (60.16% from 255) = 57.95%

 GREEN value IS 62 (24.61% from 255) = 23.48%

 BLUE value IS 49 (19.53% from 255) = 18.56%

R = 57.95%
G = 23.48%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.4

RGB Variations

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

Color information

#993E31 (or 0x993E31) is known color: Tia Maria. HEX triplet: 99, 3E and 31. RGB value is (153,62,49). Sum of RGB (Red+Green+Blue) = 153+62+49=264 (34% of max value = 765). Red value is 153 (60.16% from 255 or 57.95% from 264); Green value is 62 (24.61% from 255 or 23.48% from 264); Blue value is 49 (19.53% from 255 or 18.56% from 264); Max value from RGB is 153 - color contains mainly: red. Hex color #993E31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993E31 is #66C1CE. Grayscale: #575757. Windows color (decimal): -6734287 or 3227289. OLE color: 3227289.

HSL color Cylindrical-coordinate representation of color #993E31: hue angle of 7.5º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #993E31 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 62 49 -
CMYK 0 0.59 0.68 0.4
HSL 7.5º 0.51% 0.4% -
HSV(B) 7.5º 0.68% 0.6% -
XYZ 15.41 10.44 4.11 -
YUV 87.73 106.15 174.56 -
System Red Green Blue C M Y K H S L
Decimal 153 62 49 0 0.59 0.68 0.4 7.5 0.51 0.4
Hex 99 3E 31 0 3B 44 28 8 33 28
Octal 231 76 61 0 73 104 50 10 63 50
Binary 10011001 111110 110001 0 111011 1000100 101000 1000 110011 101000

Color Harmonies of #993E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993E31

Black with #993E31

Text Example


Text Example

White with #993E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993E31; }

 p { color: rgb(153,62,49); }

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

background-color css

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

 a { background-color: rgb(153,62,49); }

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

border-color css

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

 span { border-color: rgb(153,62,49); }

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