Html Css Color HEX #974232 Tia Maria

📋 copy color: '#974232'

red 151 ◦ green 66 ◦ blue 50

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

Shades of Tia Maria #974232

Tints of Tia Maria #974232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.73%

R = 56.55%
G = 24.72%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#974232 (or 0x974232) is known color: Tia Maria. HEX triplet: 97, 42 and 32. RGB value is (151,66,50). Sum of RGB (Red+Green+Blue) = 151+66+50=267 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.55% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 50 (19.92% from 255 or 18.73% from 267); Max value from RGB is 151 - color contains mainly: red. Hex color #974232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974232 is #68BDCD. Grayscale: #595959. Windows color (decimal): -6864334 or 3293847. OLE color: 3293847.

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

Color convert

RGB 151 66 50 -
CMYK 0 0.56 0.67 0.41
HSL 9.5º 0.5% 0.39% -
HSV(B) 9.5º 0.67% 0.59% -
XYZ 15.29 10.71 4.28 -
YUV 89.59 105.66 171.8 -
System Red Green Blue C M Y K H S L
Decimal 151 66 50 0 0.56 0.67 0.41 9.5 0.5 0.39
Hex 97 42 32 0 38 43 29 A 32 27
Octal 227 102 62 0 70 103 51 12 62 47
Binary 10010111 1000010 110010 0 111000 1000011 101001 1010 110010 100111

Color Harmonies of #974232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974232

Black with #974232

Text Example


Text Example

White with #974232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974232; }

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

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

background-color css

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

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

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

border-color css

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

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

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