Html Css Color HEX #973B2A Tia Maria

📋 copy color: '#973B2A'

red 151 ◦ green 59 ◦ blue 42

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

Shades of Tia Maria #973B2A

Tints of Tia Maria #973B2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.67%

R = 59.92%
G = 23.41%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.72

 K value IS 0.41

RGB Variations

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

Color information

#973B2A (or 0x973B2A) is known color: Tia Maria. HEX triplet: 97, 3B and 2A. RGB value is (151,59,42). Sum of RGB (Red+Green+Blue) = 151+59+42=252 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.92% from 252); Green value is 59 (23.44% from 255 or 23.41% from 252); Blue value is 42 (16.80% from 255 or 16.67% from 252); Max value from RGB is 151 - color contains mainly: red. Hex color #973B2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973B2A is #68C4D5. Grayscale: #545454. Windows color (decimal): -6866134 or 2767767. OLE color: 2767767.

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

Color convert

RGB 151 59 42 -
CMYK 0 0.61 0.72 0.41
HSL 9.36º 0.56% 0.38% -
HSV(B) 9.36º 0.72% 0.59% -
XYZ 14.74 9.87 3.32 -
YUV 84.57 103.98 175.38 -
System Red Green Blue C M Y K H S L
Decimal 151 59 42 0 0.61 0.72 0.41 9.36 0.56 0.38
Hex 97 3B 2A 0 3D 48 29 9 38 26
Octal 227 73 52 0 75 110 51 11 70 46
Binary 10010111 111011 101010 0 111101 1001000 101001 1001 111000 100110

Color Harmonies of #973B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973B2A

Black with #973B2A

Text Example


Text Example

White with #973B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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