Html Css Color HEX #97422D Tia Maria

📋 copy color: '#97422D'

red 151 ◦ green 66 ◦ blue 45

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

Shades of Tia Maria #97422D

Tints of Tia Maria #97422D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.19%

 BLUE value IS 45 (17.97% from 255) = 17.18%

R = 57.63%
G = 25.19%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#97422D (or 0x97422D) is known color: Tia Maria. HEX triplet: 97, 42 and 2D. RGB value is (151,66,45). Sum of RGB (Red+Green+Blue) = 151+66+45=262 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.63% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 45 (17.97% from 255 or 17.18% from 262); Max value from RGB is 151 - color contains mainly: red. Hex color #97422D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97422D is #68BDD2. Grayscale: #595959. Windows color (decimal): -6864339 or 2966167. OLE color: 2966167.

HSL color Cylindrical-coordinate representation of color #97422D: hue angle of 11.89º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #97422D is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 66 45 -
CMYK 0 0.56 0.70 0.41
HSL 11.89º 0.54% 0.38% -
HSV(B) 11.89º 0.7% 0.59% -
XYZ 15.18 10.67 3.74 -
YUV 89.02 103.16 172.21 -
System Red Green Blue C M Y K H S L
Decimal 151 66 45 0 0.56 0.70 0.41 11.89 0.54 0.38
Hex 97 42 2D 0 38 46 29 C 36 26
Octal 227 102 55 0 70 106 51 14 66 46
Binary 10010111 1000010 101101 0 111000 1000110 101001 1100 110110 100110

Color Harmonies of #97422D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97422D

Black with #97422D

Text Example


Text Example

White with #97422D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97422D; }

 p { color: rgb(151,66,45); }

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

background-color css

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

 a { background-color: rgb(151,66,45); }

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

border-color css

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

 span { border-color: rgb(151,66,45); }

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