Html Css Color HEX #973C2D Tia Maria

📋 copy color: '#973C2D'

red 151 ◦ green 60 ◦ blue 45

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

Shades of Tia Maria #973C2D

Tints of Tia Maria #973C2D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.44%

 BLUE value IS 45 (17.97% from 255) = 17.58%

R = 58.98%
G = 23.44%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#973C2D (or 0x973C2D) is known color: Tia Maria. HEX triplet: 97, 3C and 2D. RGB value is (151,60,45). Sum of RGB (Red+Green+Blue) = 151+60+45=256 (33% of max value = 765). Red value is 151 (59.38% from 255 or 58.98% from 256); Green value is 60 (23.83% from 255 or 23.44% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 151 - color contains mainly: red. Hex color #973C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973C2D is #68C3D2. Grayscale: #555555. Windows color (decimal): -6865875 or 2964631. OLE color: 2964631.

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

Color convert

RGB 151 60 45 -
CMYK 0 0.60 0.70 0.41
HSL 8.49º 0.54% 0.38% -
HSV(B) 8.49º 0.7% 0.59% -
XYZ 14.85 10 3.63 -
YUV 85.5 105.15 174.72 -
System Red Green Blue C M Y K H S L
Decimal 151 60 45 0 0.60 0.70 0.41 8.49 0.54 0.38
Hex 97 3C 2D 0 3C 46 29 8 36 26
Octal 227 74 55 0 74 106 51 10 66 46
Binary 10010111 111100 101101 0 111100 1000110 101001 1000 110110 100110

Color Harmonies of #973C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973C2D

Black with #973C2D

Text Example


Text Example

White with #973C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,60,45); }

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

background-color css

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

 a { background-color: rgb(151,60,45); }

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

border-color css

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

 span { border-color: rgb(151,60,45); }

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