Html Css Color HEX #993D20 Tia Maria

📋 copy color: '#993D20'

red 153 ◦ green 61 ◦ blue 32

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

Shades of Tia Maria #993D20

Tints of Tia Maria #993D20

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.8%

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

R = 62.2%
G = 24.8%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.79

 K value IS 0.4

RGB Variations

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

Color information

#993D20 (or 0x993D20) is known color: Tia Maria. HEX triplet: 99, 3D and 20. RGB value is (153,61,32). Sum of RGB (Red+Green+Blue) = 153+61+32=246 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.20% from 246); Green value is 61 (24.22% from 255 or 24.80% from 246); Blue value is 32 (12.89% from 255 or 13.01% from 246); Max value from RGB is 153 - color contains mainly: red. Hex color #993D20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993D20 is #66C2DF. Grayscale: #555555. Windows color (decimal): -6734560 or 2112921. OLE color: 2112921.

HSL color Cylindrical-coordinate representation of color #993D20: hue angle of 14.38º 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 #993D20 is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 61 32 -
CMYK 0 0.60 0.79 0.4
HSL 14.38º 0.65% 0.36% -
HSV(B) 14.38º 0.79% 0.6% -
XYZ 15.07 10.21 2.54 -
YUV 85.2 97.98 176.36 -
System Red Green Blue C M Y K H S L
Decimal 153 61 32 0 0.60 0.79 0.4 14.38 0.65 0.36
Hex 99 3D 20 0 3C 4F 28 E 41 24
Octal 231 75 40 0 74 117 50 16 101 44
Binary 10011001 111101 100000 0 111100 1001111 101000 1110 1000001 100100

Color Harmonies of #993D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993D20

Black with #993D20

Text Example


Text Example

White with #993D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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