Html Css Color HEX #974B35 Tia Maria

📋 copy color: '#974B35'

red 151 ◦ green 75 ◦ blue 53

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

Shades of Tia Maria #974B35

Tints of Tia Maria #974B35

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.88%

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

R = 54.12%
G = 26.88%
B = 19%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#974B35 (or 0x974B35) is known color: Tia Maria. HEX triplet: 97, 4B and 35. RGB value is (151,75,53). Sum of RGB (Red+Green+Blue) = 151+75+53=279 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.12% from 279); Green value is 75 (29.69% from 255 or 26.88% from 279); Blue value is 53 (21.09% from 255 or 19.00% from 279); Max value from RGB is 151 - color contains mainly: red. Hex color #974B35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974B35 is #68B4CA. Grayscale: #5F5F5F. Windows color (decimal): -6862027 or 3492759. OLE color: 3492759.

HSL color Cylindrical-coordinate representation of color #974B35: hue angle of 13.47º 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 #974B35 is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 75 53 -
CMYK 0 0.50 0.65 0.41
HSL 13.47º 0.48% 0.4% -
HSV(B) 13.47º 0.65% 0.59% -
XYZ 15.92 11.87 4.82 -
YUV 95.22 104.18 167.79 -
System Red Green Blue C M Y K H S L
Decimal 151 75 53 0 0.50 0.65 0.41 13.47 0.48 0.4
Hex 97 4B 35 0 32 41 29 D 30 28
Octal 227 113 65 0 62 101 51 15 60 50
Binary 10010111 1001011 110101 0 110010 1000001 101001 1101 110000 101000

Color Harmonies of #974B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974B35

Black with #974B35

Text Example


Text Example

White with #974B35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974B35; }

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

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

background-color css

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

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

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

border-color css

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

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

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