#99412A

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

Shades of Tia Maria #99412A

Tints of Tia Maria #99412A

Color information

#99412A (or 0x99412A) is unknown color: approx Tia Maria. HEX triplet: 99, 41 and 2A. RGB value is (153,65,42). Sum of RGB (Red+Green+Blue) = 153+65+42=260 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.85% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 42 (16.80% from 255 or 16.15% from 260); Max value from RGB is 153 - color contains mainly: red. Hex color #99412A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99412A is #66BED5. Grayscale: #585858. Windows color (decimal): -6733526 or 2769305. OLE color: 2769305.

HSL color Cylindrical-coordinate representation of color #99412A: hue angle of 12.43º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #99412A is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB1536542-
CMYK00.580.730.4
HSL12.43º56.92%38.24%-
HSV(B)12.43º72.55%60%-
XYZ15.4510.723.45-
YUV88.69101.65173.87-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 58.85%
GREEN value IS 65 (25.78% from 255) = 25%
BLUE value IS 42 (16.80% from 255) = 16.15%
R=58.85%
G=25%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153654200.580.730.412.4356.9238.24
Hex99412A03A4928c3926
Octal2311015207211150147146
Binary100110011000001101010011101010010011010001100111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99412A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,65,42); }

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

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

 a { background-color: rgb(153,65,42); }

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

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

 span { border-color: rgb(153,65,42); }

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