Html Css Color HEX #974226 Tia Maria

📋 copy color: '#974226'

red 151 ◦ green 66 ◦ blue 38

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

Shades of Tia Maria #974226

Tints of Tia Maria #974226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.9%

R = 59.22%
G = 25.88%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#974226 (or 0x974226) is known color: Tia Maria. HEX triplet: 97, 42 and 26. RGB value is (151,66,38). Sum of RGB (Red+Green+Blue) = 151+66+38=255 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.22% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 38 (15.23% from 255 or 14.90% from 255); Max value from RGB is 151 - color contains mainly: red. Hex color #974226 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974226 is #68BDD9. Grayscale: #585858. Windows color (decimal): -6864346 or 2507415. OLE color: 2507415.

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

Color convert

RGB 151 66 38 -
CMYK 0 0.56 0.75 0.41
HSL 14.87º 0.6% 0.37% -
HSV(B) 14.87º 0.75% 0.59% -
XYZ 15.06 10.62 3.09 -
YUV 88.22 99.66 172.78 -
System Red Green Blue C M Y K H S L
Decimal 151 66 38 0 0.56 0.75 0.41 14.87 0.6 0.37
Hex 97 42 26 0 38 4B 29 F 3C 25
Octal 227 102 46 0 70 113 51 17 74 45
Binary 10010111 1000010 100110 0 111000 1001011 101001 1111 111100 100101

Color Harmonies of #974226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974226

Black with #974226

Text Example


Text Example

White with #974226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974226; }

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

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

background-color css

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

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

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

border-color css

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

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

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