#97452B

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

Shades of Tia Maria #97452B

Tints of Tia Maria #97452B

Color information

#97452B (or 0x97452B) is unknown color: approx Tia Maria. HEX triplet: 97, 45 and 2B. RGB value is (151,69,43). Sum of RGB (Red+Green+Blue) = 151+69+43=263 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.41% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 43 (17.19% from 255 or 16.35% from 263); Max value from RGB is 151 - color contains mainly: red. Hex color #97452B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97452B is #68BAD4. Grayscale: #5A5A5A. Windows color (decimal): -6863573 or 2835863. OLE color: 2835863.

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

Color convert

RGB1516943-
CMYK00.540.720.41
HSL14.44º55.67%38.04%-
HSV(B)14.44º71.52%59.22%-
XYZ15.3311.013.6-
YUV90.55101.17171.11-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 57.41%
GREEN value IS 69 (27.34% from 255) = 26.24%
BLUE value IS 43 (17.19% from 255) = 16.35%
R=57.41%
G=26.24%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151694300.540.720.4114.4455.6738.04
Hex97452B0364829e3826
Octal2271055306611051167046
Binary100101111000101101011011011010010001010011110111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97452B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97452B; }

 p { color: rgb(151,69,43); }

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

<style>
 a { background-color: #97452B; }

 a { background-color: rgb(151,69,43); }

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

<style>
 span { border-color: #97452B; }

 span { border-color: rgb(151,69,43); }

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