Html Css Color HEX #974234 Tia Maria

📋 copy color: '#974234'

red 151 ◦ green 66 ◦ blue 52

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

Shades of Tia Maria #974234

Tints of Tia Maria #974234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.33%

R = 56.13%
G = 24.54%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.41

RGB Variations

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

Color information

#974234 (or 0x974234) is known color: Tia Maria. HEX triplet: 97, 42 and 34. RGB value is (151,66,52). Sum of RGB (Red+Green+Blue) = 151+66+52=269 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.13% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 52 (20.70% from 255 or 19.33% from 269); Max value from RGB is 151 - color contains mainly: red. Hex color #974234 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974234 is #68BDCB. Grayscale: #595959. Windows color (decimal): -6864332 or 3424919. OLE color: 3424919.

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

Color convert

RGB 151 66 52 -
CMYK 0 0.56 0.66 0.41
HSL 8.48º 0.49% 0.4% -
HSV(B) 8.48º 0.66% 0.59% -
XYZ 15.33 10.72 4.51 -
YUV 89.82 106.66 171.64 -
System Red Green Blue C M Y K H S L
Decimal 151 66 52 0 0.56 0.66 0.41 8.48 0.49 0.4
Hex 97 42 34 0 38 42 29 8 31 28
Octal 227 102 64 0 70 102 51 10 61 50
Binary 10010111 1000010 110100 0 111000 1000010 101001 1000 110001 101000

Color Harmonies of #974234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974234

Black with #974234

Text Example


Text Example

White with #974234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974234; }

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

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

background-color css

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

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

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

border-color css

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

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

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