Html Css Color HEX #97462C Tia Maria

📋 copy color: '#97462C'

red 151 ◦ green 70 ◦ blue 44

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

Shades of Tia Maria #97462C

Tints of Tia Maria #97462C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.42%

 BLUE value IS 44 (17.58% from 255) = 16.6%

R = 56.98%
G = 26.42%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#97462C (or 0x97462C) is known color: Tia Maria. HEX triplet: 97, 46 and 2C. RGB value is (151,70,44). Sum of RGB (Red+Green+Blue) = 151+70+44=265 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.98% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 44 (17.58% from 255 or 16.60% from 265); Max value from RGB is 151 - color contains mainly: red. Hex color #97462C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97462C is #68B9D3. Grayscale: #5B5B5B. Windows color (decimal): -6863316 or 2901655. OLE color: 2901655.

HSL color Cylindrical-coordinate representation of color #97462C: hue angle of 14.58º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #97462C is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 70 44 -
CMYK 0 0.54 0.71 0.41
HSL 14.58º 0.55% 0.38% -
HSV(B) 14.58º 0.71% 0.59% -
XYZ 15.41 11.14 3.72 -
YUV 91.26 101.34 170.61 -
System Red Green Blue C M Y K H S L
Decimal 151 70 44 0 0.54 0.71 0.41 14.58 0.55 0.38
Hex 97 46 2C 0 36 47 29 F 37 26
Octal 227 106 54 0 66 107 51 17 67 46
Binary 10010111 1000110 101100 0 110110 1000111 101001 1111 110111 100110

Color Harmonies of #97462C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97462C

Black with #97462C

Text Example


Text Example

White with #97462C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97462C; }

 p { color: rgb(151,70,44); }

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

background-color css

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

 a { background-color: rgb(151,70,44); }

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

border-color css

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

 span { border-color: rgb(151,70,44); }

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