Html Css Color HEX #97402C Tia Maria

📋 copy color: '#97402C'

red 151 ◦ green 64 ◦ blue 44

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

Shades of Tia Maria #97402C

Tints of Tia Maria #97402C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.71%

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

R = 58.3%
G = 24.71%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#97402C (or 0x97402C) is known color: Tia Maria. HEX triplet: 97, 40 and 2C. RGB value is (151,64,44). Sum of RGB (Red+Green+Blue) = 151+64+44=259 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.30% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 44 (17.58% from 255 or 16.99% from 259); Max value from RGB is 151 - color contains mainly: red. Hex color #97402C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97402C is #68BFD3. Grayscale: #575757. Windows color (decimal): -6864852 or 2900119. OLE color: 2900119.

HSL color Cylindrical-coordinate representation of color #97402C: hue angle of 11.21º 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 #97402C is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 64 44 -
CMYK 0 0.58 0.71 0.41
HSL 11.21º 0.55% 0.38% -
HSV(B) 11.21º 0.71% 0.59% -
XYZ 15.05 10.43 3.6 -
YUV 87.73 103.32 173.13 -
System Red Green Blue C M Y K H S L
Decimal 151 64 44 0 0.58 0.71 0.41 11.21 0.55 0.38
Hex 97 40 2C 0 3A 47 29 B 37 26
Octal 227 100 54 0 72 107 51 13 67 46
Binary 10010111 1000000 101100 0 111010 1000111 101001 1011 110111 100110

Color Harmonies of #97402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97402C

Black with #97402C

Text Example


Text Example

White with #97402C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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