Html Css Color HEX #97402A Tia Maria

📋 copy color: '#97402A'

red 151 ◦ green 64 ◦ blue 42

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

Shades of Tia Maria #97402A

Tints of Tia Maria #97402A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.34%

R = 58.75%
G = 24.9%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.72

 K value IS 0.41

RGB Variations

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

Color information

#97402A (or 0x97402A) is known color: Tia Maria. HEX triplet: 97, 40 and 2A. RGB value is (151,64,42). Sum of RGB (Red+Green+Blue) = 151+64+42=257 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.75% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 42 (16.80% from 255 or 16.34% from 257); Max value from RGB is 151 - color contains mainly: red. Hex color #97402A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97402A is #68BFD5. Grayscale: #575757. Windows color (decimal): -6864854 or 2769047. OLE color: 2769047.

HSL color Cylindrical-coordinate representation of color #97402A: hue angle of 12.11º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #97402A is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 64 42 -
CMYK 0 0.58 0.72 0.41
HSL 12.11º 0.56% 0.38% -
HSV(B) 12.11º 0.72% 0.59% -
XYZ 15.01 10.41 3.41 -
YUV 87.51 102.32 173.29 -
System Red Green Blue C M Y K H S L
Decimal 151 64 42 0 0.58 0.72 0.41 12.11 0.56 0.38
Hex 97 40 2A 0 3A 48 29 C 38 26
Octal 227 100 52 0 72 110 51 14 70 46
Binary 10010111 1000000 101010 0 111010 1001000 101001 1100 111000 100110

Color Harmonies of #97402A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97402A

Black with #97402A

Text Example


Text Example

White with #97402A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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