Html Css Color HEX #974425 Tia Maria

📋 copy color: '#974425'

red 151 ◦ green 68 ◦ blue 37

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

Shades of Tia Maria #974425

Tints of Tia Maria #974425

RGB

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

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

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

R = 58.98%
G = 26.56%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#974425 (or 0x974425) is known color: Tia Maria. HEX triplet: 97, 44 and 25. RGB value is (151,68,37). Sum of RGB (Red+Green+Blue) = 151+68+37=256 (33% of max value = 765). Red value is 151 (59.38% from 255 or 58.98% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 37 (14.84% from 255 or 14.45% from 256); Max value from RGB is 151 - color contains mainly: red. Hex color #974425 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974425 is #68BBDA. Grayscale: #595959. Windows color (decimal): -6863835 or 2442391. OLE color: 2442391.

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

Color convert

RGB 151 68 37 -
CMYK 0 0.55 0.75 0.41
HSL 16.32º 0.61% 0.37% -
HSV(B) 16.32º 0.75% 0.59% -
XYZ 15.16 10.85 3.04 -
YUV 89.28 98.5 172.02 -
System Red Green Blue C M Y K H S L
Decimal 151 68 37 0 0.55 0.75 0.41 16.32 0.61 0.37
Hex 97 44 25 0 37 4B 29 10 3D 25
Octal 227 104 45 0 67 113 51 20 75 45
Binary 10010111 1000100 100101 0 110111 1001011 101001 10000 111101 100101

Color Harmonies of #974425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974425

Black with #974425

Text Example


Text Example

White with #974425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974425; }

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

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

background-color css

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

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

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

border-color css

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

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

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