Html Css Color HEX #974831 Tia Maria

📋 copy color: '#974831'

red 151 ◦ green 72 ◦ blue 49

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

Shades of Tia Maria #974831

Tints of Tia Maria #974831

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.47%

 BLUE value IS 49 (19.53% from 255) = 18.01%

R = 55.51%
G = 26.47%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#974831 (or 0x974831) is known color: Tia Maria. HEX triplet: 97, 48 and 31. RGB value is (151,72,49). Sum of RGB (Red+Green+Blue) = 151+72+49=272 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.51% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 49 (19.53% from 255 or 18.01% from 272); Max value from RGB is 151 - color contains mainly: red. Hex color #974831 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974831 is #68B7CE. Grayscale: #5D5D5D. Windows color (decimal): -6862799 or 3229847. OLE color: 3229847.

HSL color Cylindrical-coordinate representation of color #974831: hue angle of 13.53º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #974831 is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 72 49 -
CMYK 0 0.52 0.68 0.41
HSL 13.53º 0.51% 0.39% -
HSV(B) 13.53º 0.68% 0.59% -
XYZ 15.63 11.44 4.29 -
YUV 93 103.17 169.37 -
System Red Green Blue C M Y K H S L
Decimal 151 72 49 0 0.52 0.68 0.41 13.53 0.51 0.39
Hex 97 48 31 0 34 44 29 E 33 27
Octal 227 110 61 0 64 104 51 16 63 47
Binary 10010111 1001000 110001 0 110100 1000100 101001 1110 110011 100111

Color Harmonies of #974831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974831

Black with #974831

Text Example


Text Example

White with #974831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974831; }

 p { color: rgb(151,72,49); }

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

background-color css

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

 a { background-color: rgb(151,72,49); }

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

border-color css

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

 span { border-color: rgb(151,72,49); }

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