Html Css Color HEX #974525 Tia Maria

📋 copy color: '#974525'

red 151 ◦ green 69 ◦ blue 37

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

Shades of Tia Maria #974525

Tints of Tia Maria #974525

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.85%

 BLUE value IS 37 (14.84% from 255) = 14.4%

R = 58.75%
G = 26.85%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#974525 (or 0x974525) is known color: Tia Maria. HEX triplet: 97, 45 and 25. RGB value is (151,69,37). Sum of RGB (Red+Green+Blue) = 151+69+37=257 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.75% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 37 (14.84% from 255 or 14.40% from 257); Max value from RGB is 151 - color contains mainly: red. Hex color #974525 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974525 is #68BADA. Grayscale: #5A5A5A. Windows color (decimal): -6863579 or 2442647. OLE color: 2442647.

HSL color Cylindrical-coordinate representation of color #974525: hue angle of 16.84º degrees, saturation: 0.61, 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 #974525 is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 69 37 -
CMYK 0 0.54 0.75 0.41
HSL 16.84º 0.61% 0.37% -
HSV(B) 16.84º 0.75% 0.59% -
XYZ 15.22 10.97 3.07 -
YUV 89.87 98.17 171.6 -
System Red Green Blue C M Y K H S L
Decimal 151 69 37 0 0.54 0.75 0.41 16.84 0.61 0.37
Hex 97 45 25 0 36 4B 29 11 3D 25
Octal 227 105 45 0 66 113 51 21 75 45
Binary 10010111 1000101 100101 0 110110 1001011 101001 10001 111101 100101

Color Harmonies of #974525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974525

Black with #974525

Text Example


Text Example

White with #974525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974525; }

 p { color: rgb(151,69,37); }

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

background-color css

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

 a { background-color: rgb(151,69,37); }

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

border-color css

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

 span { border-color: rgb(151,69,37); }

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