Html Css Color HEX #974027 Tia Maria

📋 copy color: '#974027'

red 151 ◦ green 64 ◦ blue 39

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

Shades of Tia Maria #974027

Tints of Tia Maria #974027

RGB

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

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

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

R = 59.45%
G = 25.2%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.74

 K value IS 0.41

RGB Variations

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

Color information

#974027 (or 0x974027) is known color: Tia Maria. HEX triplet: 97, 40 and 27. RGB value is (151,64,39). Sum of RGB (Red+Green+Blue) = 151+64+39=254 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.45% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 39 (15.62% from 255 or 15.35% from 254); Max value from RGB is 151 - color contains mainly: red. Hex color #974027 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974027 is #68BFD8. Grayscale: #575757. Windows color (decimal): -6864857 or 2572439. OLE color: 2572439.

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

Color convert

RGB 151 64 39 -
CMYK 0 0.58 0.74 0.41
HSL 13.39º 0.59% 0.37% -
HSV(B) 13.39º 0.74% 0.59% -
XYZ 14.96 10.39 3.14 -
YUV 87.16 100.82 173.53 -
System Red Green Blue C M Y K H S L
Decimal 151 64 39 0 0.58 0.74 0.41 13.39 0.59 0.37
Hex 97 40 27 0 3A 4A 29 D 3B 25
Octal 227 100 47 0 72 112 51 15 73 45
Binary 10010111 1000000 100111 0 111010 1001010 101001 1101 111011 100101

Color Harmonies of #974027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974027

Black with #974027

Text Example


Text Example

White with #974027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974027; }

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

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

background-color css

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

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

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

border-color css

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

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

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