Html Css Color HEX #97462A Tia Maria

📋 copy color: '#97462A'

red 151 ◦ green 70 ◦ blue 42

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

Shades of Tia Maria #97462A

Tints of Tia Maria #97462A

RGB

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

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

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

R = 57.41%
G = 26.62%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.72

 K value IS 0.41

RGB Variations

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

Color information

#97462A (or 0x97462A) is known color: Tia Maria. HEX triplet: 97, 46 and 2A. RGB value is (151,70,42). Sum of RGB (Red+Green+Blue) = 151+70+42=263 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.41% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 151 - color contains mainly: red. Hex color #97462A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97462A is #68B9D5. Grayscale: #5B5B5B. Windows color (decimal): -6863318 or 2770583. OLE color: 2770583.

HSL color Cylindrical-coordinate representation of color #97462A: hue angle of 15.41º 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 #97462A is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 70 42 -
CMYK 0 0.54 0.72 0.41
HSL 15.41º 0.56% 0.38% -
HSV(B) 15.41º 0.72% 0.59% -
XYZ 15.37 11.13 3.53 -
YUV 91.03 100.34 170.78 -
System Red Green Blue C M Y K H S L
Decimal 151 70 42 0 0.54 0.72 0.41 15.41 0.56 0.38
Hex 97 46 2A 0 36 48 29 F 38 26
Octal 227 106 52 0 66 110 51 17 70 46
Binary 10010111 1000110 101010 0 110110 1001000 101001 1111 111000 100110

Color Harmonies of #97462A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97462A

Black with #97462A

Text Example


Text Example

White with #97462A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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