Html Css Color HEX #974432 Tia Maria

📋 copy color: '#974432'

red 151 ◦ green 68 ◦ blue 50

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

Shades of Tia Maria #974432

Tints of Tia Maria #974432

RGB

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

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

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

R = 56.13%
G = 25.28%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#974432 (or 0x974432) is known color: Tia Maria. HEX triplet: 97, 44 and 32. RGB value is (151,68,50). Sum of RGB (Red+Green+Blue) = 151+68+50=269 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.13% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 50 (19.92% from 255 or 18.59% from 269); Max value from RGB is 151 - color contains mainly: red. Hex color #974432 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974432 is #68BBCD. Grayscale: #5A5A5A. Windows color (decimal): -6863822 or 3294359. OLE color: 3294359.

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

Color convert

RGB 151 68 50 -
CMYK 0 0.55 0.67 0.41
HSL 10.69º 0.5% 0.39% -
HSV(B) 10.69º 0.67% 0.59% -
XYZ 15.41 10.94 4.32 -
YUV 90.77 105 170.96 -
System Red Green Blue C M Y K H S L
Decimal 151 68 50 0 0.55 0.67 0.41 10.69 0.5 0.39
Hex 97 44 32 0 37 43 29 B 32 27
Octal 227 104 62 0 67 103 51 13 62 47
Binary 10010111 1000100 110010 0 110111 1000011 101001 1011 110010 100111

Color Harmonies of #974432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974432

Black with #974432

Text Example


Text Example

White with #974432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974432; }

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

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

background-color css

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

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

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

border-color css

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

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

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