Html Css Color HEX #973C28 Tia Maria

📋 copy color: '#973C28'

red 151 ◦ green 60 ◦ blue 40

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

Shades of Tia Maria #973C28

Tints of Tia Maria #973C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.94%

R = 60.16%
G = 23.9%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.74

 K value IS 0.41

RGB Variations

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

Color information

#973C28 (or 0x973C28) is known color: Tia Maria. HEX triplet: 97, 3C and 28. RGB value is (151,60,40). Sum of RGB (Red+Green+Blue) = 151+60+40=251 (33% of max value = 765). Red value is 151 (59.38% from 255 or 60.16% from 251); Green value is 60 (23.83% from 255 or 23.90% from 251); Blue value is 40 (16.02% from 255 or 15.94% from 251); Max value from RGB is 151 - color contains mainly: red. Hex color #973C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973C28 is #68C3D7. Grayscale: #555555. Windows color (decimal): -6865880 or 2636951. OLE color: 2636951.

HSL color Cylindrical-coordinate representation of color #973C28: hue angle of 10.81º degrees, saturation: 0.58, 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 #973C28 is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 60 40 -
CMYK 0 0.60 0.74 0.41
HSL 10.81º 0.58% 0.37% -
HSV(B) 10.81º 0.74% 0.59% -
XYZ 14.76 9.96 3.15 -
YUV 84.93 102.65 175.13 -
System Red Green Blue C M Y K H S L
Decimal 151 60 40 0 0.60 0.74 0.41 10.81 0.58 0.37
Hex 97 3C 28 0 3C 4A 29 B 3A 25
Octal 227 74 50 0 74 112 51 13 72 45
Binary 10010111 111100 101000 0 111100 1001010 101001 1011 111010 100101

Color Harmonies of #973C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973C28

Black with #973C28

Text Example


Text Example

White with #973C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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