Html Css Color HEX #974835 Tia Maria

📋 copy color: '#974835'

red 151 ◦ green 72 ◦ blue 53

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

Shades of Tia Maria #974835

Tints of Tia Maria #974835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.2%

R = 54.71%
G = 26.09%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#974835 (or 0x974835) is known color: Tia Maria. HEX triplet: 97, 48 and 35. RGB value is (151,72,53). Sum of RGB (Red+Green+Blue) = 151+72+53=276 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.71% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 53 (21.09% from 255 or 19.20% from 276); Max value from RGB is 151 - color contains mainly: red. Hex color #974835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974835 is #68B7CA. Grayscale: #5D5D5D. Windows color (decimal): -6862795 or 3491991. OLE color: 3491991.

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

Color convert

RGB 151 72 53 -
CMYK 0 0.52 0.65 0.41
HSL 11.63º 0.48% 0.4% -
HSV(B) 11.63º 0.65% 0.59% -
XYZ 15.72 11.47 4.75 -
YUV 93.46 105.17 169.04 -
System Red Green Blue C M Y K H S L
Decimal 151 72 53 0 0.52 0.65 0.41 11.63 0.48 0.4
Hex 97 48 35 0 34 41 29 C 30 28
Octal 227 110 65 0 64 101 51 14 60 50
Binary 10010111 1001000 110101 0 110100 1000001 101001 1100 110000 101000

Color Harmonies of #974835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974835

Black with #974835

Text Example


Text Example

White with #974835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974835; }

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

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

background-color css

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

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

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

border-color css

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

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

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