Html Css Color HEX #974032 Tia Maria

📋 copy color: '#974032'

red 151 ◦ green 64 ◦ blue 50

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

Shades of Tia Maria #974032

Tints of Tia Maria #974032

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.15%

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

R = 56.98%
G = 24.15%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#974032 (or 0x974032) is known color: Tia Maria. HEX triplet: 97, 40 and 32. RGB value is (151,64,50). Sum of RGB (Red+Green+Blue) = 151+64+50=265 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.98% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 50 (19.92% from 255 or 18.87% from 265); Max value from RGB is 151 - color contains mainly: red. Hex color #974032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974032 is #68BFCD. Grayscale: #585858. Windows color (decimal): -6864846 or 3293335. OLE color: 3293335.

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

Color convert

RGB 151 64 50 -
CMYK 0 0.58 0.67 0.41
HSL 8.32º 0.5% 0.39% -
HSV(B) 8.32º 0.67% 0.59% -
XYZ 15.17 10.48 4.24 -
YUV 88.42 106.32 172.64 -
System Red Green Blue C M Y K H S L
Decimal 151 64 50 0 0.58 0.67 0.41 8.32 0.5 0.39
Hex 97 40 32 0 3A 43 29 8 32 27
Octal 227 100 62 0 72 103 51 10 62 47
Binary 10010111 1000000 110010 0 111010 1000011 101001 1000 110010 100111

Color Harmonies of #974032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974032

Black with #974032

Text Example


Text Example

White with #974032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974032; }

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

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

background-color css

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

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

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

border-color css

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

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

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