Html Css Color HEX #973E2C Tia Maria

📋 copy color: '#973E2C'

red 151 ◦ green 62 ◦ blue 44

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

Shades of Tia Maria #973E2C

Tints of Tia Maria #973E2C

RGB

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

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

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

R = 58.75%
G = 24.12%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#973E2C (or 0x973E2C) is known color: Tia Maria. HEX triplet: 97, 3E and 2C. RGB value is (151,62,44). Sum of RGB (Red+Green+Blue) = 151+62+44=257 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.75% from 257); Green value is 62 (24.61% from 255 or 24.12% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 151 - color contains mainly: red. Hex color #973E2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973E2C is #68C1D3. Grayscale: #565656. Windows color (decimal): -6865364 or 2899607. OLE color: 2899607.

HSL color Cylindrical-coordinate representation of color #973E2C: hue angle of 10.09º 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 #973E2C is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 62 44 -
CMYK 0 0.59 0.71 0.41
HSL 10.09º 0.55% 0.38% -
HSV(B) 10.09º 0.71% 0.59% -
XYZ 14.94 10.21 3.57 -
YUV 86.56 103.99 173.96 -
System Red Green Blue C M Y K H S L
Decimal 151 62 44 0 0.59 0.71 0.41 10.09 0.55 0.38
Hex 97 3E 2C 0 3B 47 29 A 37 26
Octal 227 76 54 0 73 107 51 12 67 46
Binary 10010111 111110 101100 0 111011 1000111 101001 1010 110111 100110

Color Harmonies of #973E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973E2C

Black with #973E2C

Text Example


Text Example

White with #973E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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