Html Css Color HEX #993E20 Tia Maria

📋 copy color: '#993E20'

red 153 ◦ green 62 ◦ blue 32

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

Shades of Tia Maria #993E20

Tints of Tia Maria #993E20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.96%

R = 61.94%
G = 25.1%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.79

 K value IS 0.4

RGB Variations

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

Color information

#993E20 (or 0x993E20) is known color: Tia Maria. HEX triplet: 99, 3E and 20. RGB value is (153,62,32). Sum of RGB (Red+Green+Blue) = 153+62+32=247 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.94% from 247); Green value is 62 (24.61% from 255 or 25.10% from 247); Blue value is 32 (12.89% from 255 or 12.96% from 247); Max value from RGB is 153 - color contains mainly: red. Hex color #993E20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993E20 is #66C1DF. Grayscale: #555555. Windows color (decimal): -6734304 or 2113177. OLE color: 2113177.

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

Color convert

RGB 153 62 32 -
CMYK 0 0.59 0.79 0.4
HSL 14.88º 0.65% 0.36% -
HSV(B) 14.88º 0.79% 0.6% -
XYZ 15.12 10.32 2.56 -
YUV 85.79 97.65 175.94 -
System Red Green Blue C M Y K H S L
Decimal 153 62 32 0 0.59 0.79 0.4 14.88 0.65 0.36
Hex 99 3E 20 0 3B 4F 28 F 41 24
Octal 231 76 40 0 73 117 50 17 101 44
Binary 10011001 111110 100000 0 111011 1001111 101000 1111 1000001 100100

Color Harmonies of #993E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993E20

Black with #993E20

Text Example


Text Example

White with #993E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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