Html Css Color HEX #973F28 Tia Maria

📋 copy color: '#973F28'

red 151 ◦ green 63 ◦ blue 40

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

Shades of Tia Maria #973F28

Tints of Tia Maria #973F28

RGB

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

 GREEN value IS 63 (25% from 255) = 24.8%

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

R = 59.45%
G = 24.8%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.74

 K value IS 0.41

RGB Variations

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

Color information

#973F28 (or 0x973F28) is known color: Tia Maria. HEX triplet: 97, 3F and 28. RGB value is (151,63,40). Sum of RGB (Red+Green+Blue) = 151+63+40=254 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.45% from 254); Green value is 63 (25% from 255 or 24.80% from 254); Blue value is 40 (16.02% from 255 or 15.75% from 254); Max value from RGB is 151 - color contains mainly: red. Hex color #973F28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973F28 is #68C0D7. Grayscale: #565656. Windows color (decimal): -6865112 or 2637719. OLE color: 2637719.

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

Color convert

RGB 151 63 40 -
CMYK 0 0.58 0.74 0.41
HSL 12.43º 0.58% 0.37% -
HSV(B) 12.43º 0.74% 0.59% -
XYZ 14.92 10.29 3.21 -
YUV 86.69 101.65 173.87 -
System Red Green Blue C M Y K H S L
Decimal 151 63 40 0 0.58 0.74 0.41 12.43 0.58 0.37
Hex 97 3F 28 0 3A 4A 29 C 3A 25
Octal 227 77 50 0 72 112 51 14 72 45
Binary 10010111 111111 101000 0 111010 1001010 101001 1100 111010 100101

Color Harmonies of #973F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973F28

Black with #973F28

Text Example


Text Example

White with #973F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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