Shades of Hawaiian Tan #95521D
Tints of Hawaiian Tan #95521D
RGB
CMYK
RGB Variations
Color information
#95521D (or 0x95521D) is known color: Hawaiian Tan. HEX triplet: 95, 52 and 1D. RGB value is (149,82,29). Sum of RGB (Red+Green+Blue) = 149+82+29=260 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.31% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 29 (11.72% from 255 or 11.15% from 260); Max value from RGB is 149 - color contains mainly: red. Hex color #95521D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95521D is #6AADE2. Grayscale: #606060. Windows color (decimal): -6991331 or 1921685. OLE color: 1921685.
HSL color Cylindrical-coordinate representation of color #95521D: hue angle of 26.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 #95521D is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 82 | 29 | - |
| CMYK | 0 | 0.45 | 0.81 | 0.42 |
| HSL | 26.5º | 0.67% | 0.35% | - |
| HSV(B) | 26.5º | 0.81% | 0.58% | - |
| XYZ | 15.63 | 12.51 | 2.75 | - |
| YUV | 95.99 | 90.2 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 82 | 29 | 0 | 0.45 | 0.81 | 0.42 | 26.5 | 0.67 | 0.35 |
| Hex | 95 | 52 | 1D | 0 | 2D | 51 | 2A | 1A | 43 | 23 |
| Octal | 225 | 122 | 35 | 0 | 55 | 121 | 52 | 32 | 103 | 43 |
| Binary | 10010101 | 1010010 | 11101 | 0 | 101101 | 1010001 | 101010 | 11010 | 1000011 | 100011 |
Color Harmonies of #95521D
Complementary color
Monochromatic Colors of #95521D
Black with #95521D
Text Example
Text Example
White with #95521D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95521D; }
p { color: rgb(149,82,29); }
H1.HeaderClassName
{
color: #95521D;
}
.AnyTagClassName
{
color: #95521D;
}
</style>
background-color css
<style>
a { background-color: #95521D; }
a { background-color: rgb(149,82,29); }
div.DivClassName
{
background-color: #95521D;
}
.BgClassName
{
background-color: #95521D;
}
</style>
border-color css
<style>
span { border-color: #95521D; }
span { border-color: rgb(149,82,29); }
td.TdClassName
{
border-color: #95521D;
}
.TagClassName
{
border-color: #95521D;
}
</style>