#97402A

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

Shades of Tia Maria #97402A

Tints of Tia Maria #97402A

Color information

#97402A (or 0x97402A) is unknown color: approx Tia Maria. HEX triplet: 97, 40 and 2A. RGB value is (151,64,42). Sum of RGB (Red+Green+Blue) = 151+64+42=257 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.75% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 42 (16.80% from 255 or 16.34% from 257); Max value from RGB is 151 - color contains mainly: red. Hex color #97402A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97402A is #68BFD5. Grayscale: #575757. Windows color (decimal): -6864854 or 2769047. OLE color: 2769047.

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

Color convert

RGB1516442-
CMYK00.580.720.41
HSL12.11º56.48%37.84%-
HSV(B)12.11º72.19%59.22%-
XYZ15.0110.413.41-
YUV87.5102.32173.29-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 58.75%
GREEN value IS 64 (25.39% from 255) = 24.90%
BLUE value IS 42 (16.80% from 255) = 16.34%
R=58.75%
G=24.90%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151644200.580.720.4112.1156.4837.84
Hex97402A03A4829c3826
Octal2271005207211051147046
Binary100101111000000101010011101010010001010011100111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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