Html Css Color HEX #974334 Tia Maria

📋 copy color: '#974334'

red 151 ◦ green 67 ◦ blue 52

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

Shades of Tia Maria #974334

Tints of Tia Maria #974334

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.81%

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

R = 55.93%
G = 24.81%
B = 19.26%

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

#974334 (or 0x974334) is known color: Tia Maria. HEX triplet: 97, 43 and 34. RGB value is (151,67,52). Sum of RGB (Red+Green+Blue) = 151+67+52=270 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.93% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 52 (20.70% from 255 or 19.26% from 270); Max value from RGB is 151 - color contains mainly: red. Hex color #974334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974334 is #68BCCB. Grayscale: #5A5A5A. Windows color (decimal): -6864076 or 3425175. OLE color: 3425175.

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

Color convert

RGB 151 67 52 -
CMYK 0 0.56 0.66 0.41
HSL 9.09º 0.49% 0.4% -
HSV(B) 9.09º 0.66% 0.59% -
XYZ 15.39 10.84 4.53 -
YUV 90.41 106.33 171.22 -
System Red Green Blue C M Y K H S L
Decimal 151 67 52 0 0.56 0.66 0.41 9.09 0.49 0.4
Hex 97 43 34 0 38 42 29 9 31 28
Octal 227 103 64 0 70 102 51 11 61 50
Binary 10010111 1000011 110100 0 111000 1000010 101001 1001 110001 101000

Color Harmonies of #974334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974334

Black with #974334

Text Example


Text Example

White with #974334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974334; }

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

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

background-color css

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

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

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

border-color css

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

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

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