Shades of Hawaiian Tan #95512A
Tints of Hawaiian Tan #95512A
RGB
CMYK
RGB Variations
Color information
#95512A (or 0x95512A) is known color: Hawaiian Tan. HEX triplet: 95, 51 and 2A. RGB value is (149,81,42). Sum of RGB (Red+Green+Blue) = 149+81+42=272 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.78% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 42 (16.80% from 255 or 15.44% from 272); Max value from RGB is 149 - color contains mainly: red. Hex color #95512A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95512A is #6AAED5. Grayscale: #616161. Windows color (decimal): -6991574 or 2773397. OLE color: 2773397.
HSL color Cylindrical-coordinate representation of color #95512A: hue angle of 21.87º 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 #95512A is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 81 | 42 | - |
| CMYK | 0 | 0.46 | 0.72 | 0.42 |
| HSL | 21.87º | 0.56% | 0.37% | - |
| HSV(B) | 21.87º | 0.72% | 0.58% | - |
| XYZ | 15.75 | 12.44 | 3.76 | - |
| YUV | 96.89 | 97.03 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 81 | 42 | 0 | 0.46 | 0.72 | 0.42 | 21.87 | 0.56 | 0.37 |
| Hex | 95 | 51 | 2A | 0 | 2E | 48 | 2A | 16 | 38 | 25 |
| Octal | 225 | 121 | 52 | 0 | 56 | 110 | 52 | 26 | 70 | 45 |
| Binary | 10010101 | 1010001 | 101010 | 0 | 101110 | 1001000 | 101010 | 10110 | 111000 | 100101 |
Color Harmonies of #95512A
Complementary color
Monochromatic Colors of #95512A
Black with #95512A
Text Example
Text Example
White with #95512A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95512A; }
p { color: rgb(149,81,42); }
H1.HeaderClassName
{
color: #95512A;
}
.AnyTagClassName
{
color: #95512A;
}
</style>
background-color css
<style>
a { background-color: #95512A; }
a { background-color: rgb(149,81,42); }
div.DivClassName
{
background-color: #95512A;
}
.BgClassName
{
background-color: #95512A;
}
</style>
border-color css
<style>
span { border-color: #95512A; }
span { border-color: rgb(149,81,42); }
td.TdClassName
{
border-color: #95512A;
}
.TagClassName
{
border-color: #95512A;
}
</style>