Html Css Color HEX #974229 Tia Maria

📋 copy color: '#974229'

red 151 ◦ green 66 ◦ blue 41

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

Shades of Tia Maria #974229

Tints of Tia Maria #974229

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.58%

 BLUE value IS 41 (16.41% from 255) = 15.89%

R = 58.53%
G = 25.58%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#974229 (or 0x974229) is known color: Tia Maria. HEX triplet: 97, 42 and 29. RGB value is (151,66,41). Sum of RGB (Red+Green+Blue) = 151+66+41=258 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.53% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 41 (16.41% from 255 or 15.89% from 258); Max value from RGB is 151 - color contains mainly: red. Hex color #974229 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974229 is #68BDD6. Grayscale: #585858. Windows color (decimal): -6864343 or 2704023. OLE color: 2704023.

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

Color convert

RGB 151 66 41 -
CMYK 0 0.56 0.73 0.41
HSL 13.64º 0.57% 0.38% -
HSV(B) 13.64º 0.73% 0.59% -
XYZ 15.11 10.64 3.35 -
YUV 88.57 101.16 172.53 -
System Red Green Blue C M Y K H S L
Decimal 151 66 41 0 0.56 0.73 0.41 13.64 0.57 0.38
Hex 97 42 29 0 38 49 29 E 39 26
Octal 227 102 51 0 70 111 51 16 71 46
Binary 10010111 1000010 101001 0 111000 1001001 101001 1110 111001 100110

Color Harmonies of #974229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974229

Black with #974229

Text Example


Text Example

White with #974229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974229; }

 p { color: rgb(151,66,41); }

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

background-color css

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

 a { background-color: rgb(151,66,41); }

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

border-color css

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

 span { border-color: rgb(151,66,41); }

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