Html Css Color HEX #974227 Tia Maria

📋 copy color: '#974227'

red 151 ◦ green 66 ◦ blue 39

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

Shades of Tia Maria #974227

Tints of Tia Maria #974227

RGB

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

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

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

R = 58.98%
G = 25.78%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.74

 K value IS 0.41

RGB Variations

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

Color information

#974227 (or 0x974227) is known color: Tia Maria. HEX triplet: 97, 42 and 27. RGB value is (151,66,39). Sum of RGB (Red+Green+Blue) = 151+66+39=256 (33% of max value = 765). Red value is 151 (59.38% from 255 or 58.98% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 39 (15.62% from 255 or 15.23% from 256); Max value from RGB is 151 - color contains mainly: red. Hex color #974227 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974227 is #68BDD8. Grayscale: #585858. Windows color (decimal): -6864345 or 2572951. OLE color: 2572951.

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

Color convert

RGB 151 66 39 -
CMYK 0 0.56 0.74 0.41
HSL 14.46º 0.59% 0.37% -
HSV(B) 14.46º 0.74% 0.59% -
XYZ 15.08 10.62 3.18 -
YUV 88.34 100.16 172.7 -
System Red Green Blue C M Y K H S L
Decimal 151 66 39 0 0.56 0.74 0.41 14.46 0.59 0.37
Hex 97 42 27 0 38 4A 29 E 3B 25
Octal 227 102 47 0 70 112 51 16 73 45
Binary 10010111 1000010 100111 0 111000 1001010 101001 1110 111011 100101

Color Harmonies of #974227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974227

Black with #974227

Text Example


Text Example

White with #974227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974227; }

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

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

background-color css

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

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

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

border-color css

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

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

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