#97482D

Color #97482D Tia Maria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tia Maria #97482D

Tints of Tia Maria #97482D

Color information

#97482D (or 0x97482D) is unknown color: approx Tia Maria. HEX triplet: 97, 48 and 2D. RGB value is (151,72,45). Sum of RGB (Red+Green+Blue) = 151+72+45=268 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.34% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 151 - color contains mainly: red. Hex color #97482D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97482D is #68B7D2. Grayscale: #5C5C5C. Windows color (decimal): -6862803 or 2967703. OLE color: 2967703.

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

Color convert

RGB1517245-
CMYK00.520.700.41
HSL15.28º54.08%38.43%-
HSV(B)15.28º70.2%59.22%-
XYZ15.5511.43.86-
YUV92.54101.17169.7-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 56.34%
GREEN value IS 72 (28.52% from 255) = 26.87%
BLUE value IS 45 (17.97% from 255) = 16.79%
R=56.34%
G=26.87%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151724500.520.700.4115.2854.0838.43
Hex97482D0344629f3626
Octal2271105506410651176646
Binary100101111001000101101011010010001101010011111110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97482D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #97482D;
 }
 .AnyTagClassName
 {
   color: #97482D;
 }
</style>
background-color css

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

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

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

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

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

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