Shades of Hawaiian Tan #95501D
Tints of Hawaiian Tan #95501D
RGB
CMYK
RGB Variations
Color information
#95501D (or 0x95501D) is known color: Hawaiian Tan. HEX triplet: 95, 50 and 1D. RGB value is (149,80,29). Sum of RGB (Red+Green+Blue) = 149+80+29=258 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.75% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 149 - color contains mainly: red. Hex color #95501D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95501D is #6AAFE2. Grayscale: #5F5F5F. Windows color (decimal): -6991843 or 1921173. OLE color: 1921173.
HSL color Cylindrical-coordinate representation of color #95501D: hue angle of 25.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #95501D is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 80 | 29 | - |
| CMYK | 0 | 0.46 | 0.81 | 0.42 |
| HSL | 25.5º | 0.67% | 0.35% | - |
| HSV(B) | 25.5º | 0.81% | 0.58% | - |
| XYZ | 15.48 | 12.22 | 2.7 | - |
| YUV | 94.82 | 90.86 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 80 | 29 | 0 | 0.46 | 0.81 | 0.42 | 25.5 | 0.67 | 0.35 |
| Hex | 95 | 50 | 1D | 0 | 2E | 51 | 2A | 1A | 43 | 23 |
| Octal | 225 | 120 | 35 | 0 | 56 | 121 | 52 | 32 | 103 | 43 |
| Binary | 10010101 | 1010000 | 11101 | 0 | 101110 | 1010001 | 101010 | 11010 | 1000011 | 100011 |
Color Harmonies of #95501D
Complementary color
Monochromatic Colors of #95501D
Black with #95501D
Text Example
Text Example
White with #95501D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95501D; }
p { color: rgb(149,80,29); }
H1.HeaderClassName
{
color: #95501D;
}
.AnyTagClassName
{
color: #95501D;
}
</style>
background-color css
<style>
a { background-color: #95501D; }
a { background-color: rgb(149,80,29); }
div.DivClassName
{
background-color: #95501D;
}
.BgClassName
{
background-color: #95501D;
}
</style>
border-color css
<style>
span { border-color: #95501D; }
span { border-color: rgb(149,80,29); }
td.TdClassName
{
border-color: #95501D;
}
.TagClassName
{
border-color: #95501D;
}
</style>