Html Css Color HEX #973B29 Tia Maria

📋 copy color: '#973B29'

red 151 ◦ green 59 ◦ blue 41

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

Shades of Tia Maria #973B29

Tints of Tia Maria #973B29

RGB

 RED value IS 151 (59.38% from 255) = 60.16%

 GREEN value IS 59 (23.44% from 255) = 23.51%

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

R = 60.16%
G = 23.51%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#973B29 (or 0x973B29) is known color: Tia Maria. HEX triplet: 97, 3B and 29. RGB value is (151,59,41). Sum of RGB (Red+Green+Blue) = 151+59+41=251 (33% of max value = 765). Red value is 151 (59.38% from 255 or 60.16% from 251); Green value is 59 (23.44% from 255 or 23.51% from 251); Blue value is 41 (16.41% from 255 or 16.33% from 251); Max value from RGB is 151 - color contains mainly: red. Hex color #973B29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973B29 is #68C4D6. Grayscale: #545454. Windows color (decimal): -6866135 or 2702231. OLE color: 2702231.

HSL color Cylindrical-coordinate representation of color #973B29: hue angle of 9.82º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #973B29 is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 59 41 -
CMYK 0 0.61 0.73 0.41
HSL 9.82º 0.57% 0.38% -
HSV(B) 9.82º 0.73% 0.59% -
XYZ 14.73 9.87 3.23 -
YUV 84.46 103.48 175.46 -
System Red Green Blue C M Y K H S L
Decimal 151 59 41 0 0.61 0.73 0.41 9.82 0.57 0.38
Hex 97 3B 29 0 3D 49 29 A 39 26
Octal 227 73 51 0 75 111 51 12 71 46
Binary 10010111 111011 101001 0 111101 1001001 101001 1010 111001 100110

Color Harmonies of #973B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973B29

Black with #973B29

Text Example


Text Example

White with #973B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973B29; }

 p { color: rgb(151,59,41); }

 H1.HeaderClassName
 {
   color: #973B29;
 }
 .AnyTagClassName
 {
   color: #973B29;
 }
</style>

background-color css

<style>
 a { background-color: #973B29; }

 a { background-color: rgb(151,59,41); }

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

border-color css

<style>
 span { border-color: #973B29; }

 span { border-color: rgb(151,59,41); }

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