Html Css Color HEX #974427 Tia Maria

📋 copy color: '#974427'

red 151 ◦ green 68 ◦ blue 39

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

Shades of Tia Maria #974427

Tints of Tia Maria #974427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.12%

R = 58.53%
G = 26.36%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.74

 K value IS 0.41

RGB Variations

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

Color information

#974427 (or 0x974427) is known color: Tia Maria. HEX triplet: 97, 44 and 27. RGB value is (151,68,39). Sum of RGB (Red+Green+Blue) = 151+68+39=258 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.53% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 39 (15.62% from 255 or 15.12% from 258); Max value from RGB is 151 - color contains mainly: red. Hex color #974427 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974427 is #68BBD8. Grayscale: #595959. Windows color (decimal): -6863833 or 2573463. OLE color: 2573463.

HSL color Cylindrical-coordinate representation of color #974427: hue angle of 15.54º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #974427 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 68 39 -
CMYK 0 0.55 0.74 0.41
HSL 15.54º 0.59% 0.37% -
HSV(B) 15.54º 0.74% 0.59% -
XYZ 15.2 10.86 3.21 -
YUV 89.51 99.5 171.86 -
System Red Green Blue C M Y K H S L
Decimal 151 68 39 0 0.55 0.74 0.41 15.54 0.59 0.37
Hex 97 44 27 0 37 4A 29 10 3B 25
Octal 227 104 47 0 67 112 51 20 73 45
Binary 10010111 1000100 100111 0 110111 1001010 101001 10000 111011 100101

Color Harmonies of #974427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974427

Black with #974427

Text Example


Text Example

White with #974427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974427; }

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

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

background-color css

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

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

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

border-color css

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

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

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