Html Css Color HEX #993A29 Tia Maria

📋 copy color: '#993A29'

red 153 ◦ green 58 ◦ blue 41

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

Shades of Tia Maria #993A29

Tints of Tia Maria #993A29

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.02%

 BLUE value IS 41 (16.41% from 255) = 16.27%

R = 60.71%
G = 23.02%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#993A29 (or 0x993A29) is known color: Tia Maria. HEX triplet: 99, 3A and 29. RGB value is (153,58,41). Sum of RGB (Red+Green+Blue) = 153+58+41=252 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.71% from 252); Green value is 58 (23.05% from 255 or 23.02% from 252); Blue value is 41 (16.41% from 255 or 16.27% from 252); Max value from RGB is 153 - color contains mainly: red. Hex color #993A29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993A29 is #66C5D6. Grayscale: #545454. Windows color (decimal): -6735319 or 2701977. OLE color: 2701977.

HSL color Cylindrical-coordinate representation of color #993A29: hue angle of 9.11º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #993A29 is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 58 41 -
CMYK 0 0.62 0.73 0.4
HSL 9.11º 0.58% 0.38% -
HSV(B) 9.11º 0.73% 0.6% -
XYZ 15.05 9.96 3.23 -
YUV 84.47 103.47 176.88 -
System Red Green Blue C M Y K H S L
Decimal 153 58 41 0 0.62 0.73 0.4 9.11 0.58 0.38
Hex 99 3A 29 0 3E 49 28 9 3A 26
Octal 231 72 51 0 76 111 50 11 72 46
Binary 10011001 111010 101001 0 111110 1001001 101000 1001 111010 100110

Color Harmonies of #993A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993A29

Black with #993A29

Text Example


Text Example

White with #993A29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,58,41); }

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

background-color css

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

 a { background-color: rgb(153,58,41); }

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

border-color css

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

 span { border-color: rgb(153,58,41); }

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