Html Css Color HEX #993E32 Tia Maria

📋 copy color: '#993E32'

red 153 ◦ green 62 ◦ blue 50

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

Shades of Tia Maria #993E32

Tints of Tia Maria #993E32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.87%

R = 57.74%
G = 23.4%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#993E32 (or 0x993E32) is known color: Tia Maria. HEX triplet: 99, 3E and 32. RGB value is (153,62,50). Sum of RGB (Red+Green+Blue) = 153+62+50=265 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.74% from 265); Green value is 62 (24.61% from 255 or 23.40% from 265); Blue value is 50 (19.92% from 255 or 18.87% from 265); Max value from RGB is 153 - color contains mainly: red. Hex color #993E32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993E32 is #66C1CD. Grayscale: #575757. Windows color (decimal): -6734286 or 3292825. OLE color: 3292825.

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

Color convert

RGB 153 62 50 -
CMYK 0 0.59 0.67 0.4
HSL 6.99º 0.51% 0.4% -
HSV(B) 6.99º 0.67% 0.6% -
XYZ 15.44 10.45 4.22 -
YUV 87.84 106.65 174.48 -
System Red Green Blue C M Y K H S L
Decimal 153 62 50 0 0.59 0.67 0.4 6.99 0.51 0.4
Hex 99 3E 32 0 3B 43 28 7 33 28
Octal 231 76 62 0 73 103 50 7 63 50
Binary 10011001 111110 110010 0 111011 1000011 101000 111 110011 101000

Color Harmonies of #993E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993E32

Black with #993E32

Text Example


Text Example

White with #993E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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