Html Css Color HEX #973D2C Tia Maria

📋 copy color: '#973D2C'

red 151 ◦ green 61 ◦ blue 44

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

Shades of Tia Maria #973D2C

Tints of Tia Maria #973D2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.19%

R = 58.98%
G = 23.83%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#973D2C (or 0x973D2C) is known color: Tia Maria. HEX triplet: 97, 3D and 2C. RGB value is (151,61,44). Sum of RGB (Red+Green+Blue) = 151+61+44=256 (33% of max value = 765). Red value is 151 (59.38% from 255 or 58.98% from 256); Green value is 61 (24.22% from 255 or 23.83% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 151 - color contains mainly: red. Hex color #973D2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973D2C is #68C2D3. Grayscale: #565656. Windows color (decimal): -6865620 or 2899351. OLE color: 2899351.

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

Color convert

RGB 151 61 44 -
CMYK 0 0.60 0.71 0.41
HSL 9.53º 0.55% 0.38% -
HSV(B) 9.53º 0.71% 0.59% -
XYZ 14.89 10.1 3.55 -
YUV 85.97 104.32 174.38 -
System Red Green Blue C M Y K H S L
Decimal 151 61 44 0 0.60 0.71 0.41 9.53 0.55 0.38
Hex 97 3D 2C 0 3C 47 29 A 37 26
Octal 227 75 54 0 74 107 51 12 67 46
Binary 10010111 111101 101100 0 111100 1000111 101001 1010 110111 100110

Color Harmonies of #973D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973D2C

Black with #973D2C

Text Example


Text Example

White with #973D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,61,44); }

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

background-color css

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

 a { background-color: rgb(151,61,44); }

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

border-color css

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

 span { border-color: rgb(151,61,44); }

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