#97442d

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

Shades of Tia Maria #97442D

Tints of Tia Maria #97442D

Color information

#97442D (or 0x97442D) is unknown color: approx Tia Maria. HEX triplet: 97, 44 and 2D. RGB value is (151,68,45). Sum of RGB (Red+Green+Blue) = 151+68+45=264 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.20% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 45 (17.97% from 255 or 17.05% from 264); Max value from RGB is 151 - color contains mainly: red. Hex color #97442D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97442D is #68BBD2. Grayscale: #5A5A5A. Windows color (decimal): -6863827 or 2966679. OLE color: 2966679.

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

Color convert

RGB1516845-
CMYK00.550.700.41
HSL13.02º54.08%38.43%-
HSV(B)13.02º70.2%59.22%-
XYZ15.310.93.78-
YUV90.2102.5171.37-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 57.20%
GREEN value IS 68 (26.95% from 255) = 25.76%
BLUE value IS 45 (17.97% from 255) = 17.05%
R=57.20%
G=25.76%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151684500.550.700.4113.0254.0838.43
Hex97442D0374629d3626
Octal2271045506710651156646
Binary100101111000100101101011011110001101010011101110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97442d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97442d; }

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

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

<style>
 a { background-color: #97442d; }

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

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

<style>
 span { border-color: #97442d; }

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

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