Html Css Color HEX #973A27 Tia Maria

📋 copy color: '#973A27'

red 151 ◦ green 58 ◦ blue 39

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

Shades of Tia Maria #973A27

Tints of Tia Maria #973A27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.73%

R = 60.89%
G = 23.39%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.41

RGB Variations

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

Color information

#973A27 (or 0x973A27) is known color: Tia Maria. HEX triplet: 97, 3A and 27. RGB value is (151,58,39). Sum of RGB (Red+Green+Blue) = 151+58+39=248 (32% of max value = 765). Red value is 151 (59.38% from 255 or 60.89% from 248); Green value is 58 (23.05% from 255 or 23.39% from 248); Blue value is 39 (15.62% from 255 or 15.73% from 248); Max value from RGB is 151 - color contains mainly: red. Hex color #973A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973A27 is #68C5D8. Grayscale: #535353. Windows color (decimal): -6866393 or 2570903. OLE color: 2570903.

HSL color Cylindrical-coordinate representation of color #973A27: hue angle of 10.18º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #973A27 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 58 39 -
CMYK 0 0.62 0.74 0.41
HSL 10.18º 0.59% 0.37% -
HSV(B) 10.18º 0.74% 0.59% -
XYZ 14.64 9.75 3.03 -
YUV 83.64 102.81 176.04 -
System Red Green Blue C M Y K H S L
Decimal 151 58 39 0 0.62 0.74 0.41 10.18 0.59 0.37
Hex 97 3A 27 0 3E 4A 29 A 3B 25
Octal 227 72 47 0 76 112 51 12 73 45
Binary 10010111 111010 100111 0 111110 1001010 101001 1010 111011 100101

Color Harmonies of #973A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973A27

Black with #973A27

Text Example


Text Example

White with #973A27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,58,39); }

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

background-color css

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

 a { background-color: rgb(151,58,39); }

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

border-color css

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

 span { border-color: rgb(151,58,39); }

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