Html Css Color HEX #974034 Tia Maria

📋 copy color: '#974034'

red 151 ◦ green 64 ◦ blue 52

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

Shades of Tia Maria #974034

Tints of Tia Maria #974034

RGB

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

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

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

R = 56.55%
G = 23.97%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.41

RGB Variations

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

Color information

#974034 (or 0x974034) is known color: Tia Maria. HEX triplet: 97, 40 and 34. RGB value is (151,64,52). Sum of RGB (Red+Green+Blue) = 151+64+52=267 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.55% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 52 (20.70% from 255 or 19.48% from 267); Max value from RGB is 151 - color contains mainly: red. Hex color #974034 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974034 is #68BFCB. Grayscale: #585858. Windows color (decimal): -6864844 or 3424407. OLE color: 3424407.

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

Color convert

RGB 151 64 52 -
CMYK 0 0.58 0.66 0.41
HSL 7.27º 0.49% 0.4% -
HSV(B) 7.27º 0.66% 0.59% -
XYZ 15.22 10.49 4.47 -
YUV 88.65 107.32 172.48 -
System Red Green Blue C M Y K H S L
Decimal 151 64 52 0 0.58 0.66 0.41 7.27 0.49 0.4
Hex 97 40 34 0 3A 42 29 7 31 28
Octal 227 100 64 0 72 102 51 7 61 50
Binary 10010111 1000000 110100 0 111010 1000010 101001 111 110001 101000

Color Harmonies of #974034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974034

Black with #974034

Text Example


Text Example

White with #974034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974034; }

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

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

background-color css

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

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

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

border-color css

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

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

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