Html Css Color HEX #974429 Tia Maria

📋 copy color: '#974429'

red 151 ◦ green 68 ◦ blue 41

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

Shades of Tia Maria #974429

Tints of Tia Maria #974429

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.15%

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

R = 58.08%
G = 26.15%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#974429 (or 0x974429) is known color: Tia Maria. HEX triplet: 97, 44 and 29. RGB value is (151,68,41). Sum of RGB (Red+Green+Blue) = 151+68+41=260 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.08% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 41 (16.41% from 255 or 15.77% from 260); Max value from RGB is 151 - color contains mainly: red. Hex color #974429 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974429 is #68BBD6. Grayscale: #595959. Windows color (decimal): -6863831 or 2704535. OLE color: 2704535.

HSL color Cylindrical-coordinate representation of color #974429: hue angle of 14.73º 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 #974429 is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 68 41 -
CMYK 0 0.55 0.73 0.41
HSL 14.73º 0.57% 0.38% -
HSV(B) 14.73º 0.73% 0.59% -
XYZ 15.23 10.87 3.39 -
YUV 89.74 100.5 171.7 -
System Red Green Blue C M Y K H S L
Decimal 151 68 41 0 0.55 0.73 0.41 14.73 0.57 0.38
Hex 97 44 29 0 37 49 29 F 39 26
Octal 227 104 51 0 67 111 51 17 71 46
Binary 10010111 1000100 101001 0 110111 1001001 101001 1111 111001 100110

Color Harmonies of #974429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974429

Black with #974429

Text Example


Text Example

White with #974429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974429; }

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

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

background-color css

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

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

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

border-color css

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

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

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