#97432A

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

Shades of Tia Maria #97432A

Tints of Tia Maria #97432A

Color information

#97432A (or 0x97432A) is unknown color: approx Tia Maria. HEX triplet: 97, 43 and 2A. RGB value is (151,67,42). Sum of RGB (Red+Green+Blue) = 151+67+42=260 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.08% from 260); Green value is 67 (26.56% from 255 or 25.77% from 260); Blue value is 42 (16.80% from 255 or 16.15% from 260); Max value from RGB is 151 - color contains mainly: red. Hex color #97432A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97432A is #68BCD5. Grayscale: #595959. Windows color (decimal): -6864086 or 2769815. OLE color: 2769815.

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

Color convert

RGB1516742-
CMYK00.560.720.41
HSL13.76º56.48%37.84%-
HSV(B)13.76º72.19%59.22%-
XYZ15.1910.763.47-
YUV89.27101.33172.03-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 58.08%
GREEN value IS 67 (26.56% from 255) = 25.77%
BLUE value IS 42 (16.80% from 255) = 16.15%
R=58.08%
G=25.77%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151674200.560.720.4113.7656.4837.84
Hex97432A0384829e3826
Octal2271035207011051167046
Binary100101111000011101010011100010010001010011110111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97432A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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