Shades of Tia Maria #95412A
Tints of Tia Maria #95412A
RGB
CMYK
RGB Variations
Color information
#95412A (or 0x95412A) is known color: Tia Maria. HEX triplet: 95, 41 and 2A. RGB value is (149,65,42). Sum of RGB (Red+Green+Blue) = 149+65+42=256 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.20% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 42 (16.80% from 255 or 16.41% from 256); Max value from RGB is 149 - color contains mainly: red. Hex color #95412A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95412A is #6ABED5. Grayscale: #575757. Windows color (decimal): -6995670 or 2769301. OLE color: 2769301.
HSL color Cylindrical-coordinate representation of color #95412A: hue angle of 12.9º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #95412A is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 65 | 42 | - |
| CMYK | 0 | 0.56 | 0.72 | 0.42 |
| HSL | 12.9º | 0.56% | 0.37% | - |
| HSV(B) | 12.9º | 0.72% | 0.58% | - |
| XYZ | 14.7 | 10.34 | 3.41 | - |
| YUV | 87.49 | 102.33 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 65 | 42 | 0 | 0.56 | 0.72 | 0.42 | 12.9 | 0.56 | 0.37 |
| Hex | 95 | 41 | 2A | 0 | 38 | 48 | 2A | D | 38 | 25 |
| Octal | 225 | 101 | 52 | 0 | 70 | 110 | 52 | 15 | 70 | 45 |
| Binary | 10010101 | 1000001 | 101010 | 0 | 111000 | 1001000 | 101010 | 1101 | 111000 | 100101 |
Color Harmonies of #95412A
Complementary color
Monochromatic Colors of #95412A
Black with #95412A
Text Example
Text Example
White with #95412A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95412A; }
p { color: rgb(149,65,42); }
H1.HeaderClassName
{
color: #95412A;
}
.AnyTagClassName
{
color: #95412A;
}
</style>
background-color css
<style>
a { background-color: #95412A; }
a { background-color: rgb(149,65,42); }
div.DivClassName
{
background-color: #95412A;
}
.BgClassName
{
background-color: #95412A;
}
</style>
border-color css
<style>
span { border-color: #95412A; }
span { border-color: rgb(149,65,42); }
td.TdClassName
{
border-color: #95412A;
}
.TagClassName
{
border-color: #95412A;
}
</style>