Html Css Color HEX #97482C Tia Maria

📋 copy color: '#97482C'

red 151 ◦ green 72 ◦ blue 44

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

Shades of Tia Maria #97482C

Tints of Tia Maria #97482C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.97%

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

R = 56.55%
G = 26.97%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#97482C (or 0x97482C) is known color: Tia Maria. HEX triplet: 97, 48 and 2C. RGB value is (151,72,44). Sum of RGB (Red+Green+Blue) = 151+72+44=267 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.55% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 151 - color contains mainly: red. Hex color #97482C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97482C is #68B7D3. Grayscale: #5C5C5C. Windows color (decimal): -6862804 or 2902167. OLE color: 2902167.

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

Color convert

RGB 151 72 44 -
CMYK 0 0.52 0.71 0.41
HSL 15.7º 0.55% 0.38% -
HSV(B) 15.7º 0.71% 0.59% -
XYZ 15.53 11.4 3.76 -
YUV 92.43 100.67 169.78 -
System Red Green Blue C M Y K H S L
Decimal 151 72 44 0 0.52 0.71 0.41 15.7 0.55 0.38
Hex 97 48 2C 0 34 47 29 10 37 26
Octal 227 110 54 0 64 107 51 20 67 46
Binary 10010111 1001000 101100 0 110100 1000111 101001 10000 110111 100110

Color Harmonies of #97482C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97482C

Black with #97482C

Text Example


Text Example

White with #97482C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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