Shades of Hawaiian Tan #954E21
Tints of Hawaiian Tan #954E21
RGB
CMYK
RGB Variations
Color information
#954E21 (or 0x954E21) is known color: Hawaiian Tan. HEX triplet: 95, 4E and 21. RGB value is (149,78,33). Sum of RGB (Red+Green+Blue) = 149+78+33=260 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.31% from 260); Green value is 78 (30.86% from 255 or 30% from 260); Blue value is 33 (13.28% from 255 or 12.69% from 260); Max value from RGB is 149 - color contains mainly: red. Hex color #954E21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #954E21 is #6AB1DE. Grayscale: #5E5E5E. Windows color (decimal): -6992351 or 2182805. OLE color: 2182805.
HSL color Cylindrical-coordinate representation of color #954E21: hue angle of 23.28º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #954E21 is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 78 | 33 | - |
| CMYK | 0 | 0.48 | 0.78 | 0.42 |
| HSL | 23.28º | 0.64% | 0.36% | - |
| HSV(B) | 23.28º | 0.78% | 0.58% | - |
| XYZ | 15.39 | 11.95 | 2.93 | - |
| YUV | 94.1 | 93.52 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 78 | 33 | 0 | 0.48 | 0.78 | 0.42 | 23.28 | 0.64 | 0.36 |
| Hex | 95 | 4E | 21 | 0 | 30 | 4E | 2A | 17 | 40 | 24 |
| Octal | 225 | 116 | 41 | 0 | 60 | 116 | 52 | 27 | 100 | 44 |
| Binary | 10010101 | 1001110 | 100001 | 0 | 110000 | 1001110 | 101010 | 10111 | 1000000 | 100100 |
Color Harmonies of #954E21
Complementary color
Monochromatic Colors of #954E21
Black with #954E21
Text Example
Text Example
White with #954E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954E21; }
p { color: rgb(149,78,33); }
H1.HeaderClassName
{
color: #954E21;
}
.AnyTagClassName
{
color: #954E21;
}
</style>
background-color css
<style>
a { background-color: #954E21; }
a { background-color: rgb(149,78,33); }
div.DivClassName
{
background-color: #954E21;
}
.BgClassName
{
background-color: #954E21;
}
</style>
border-color css
<style>
span { border-color: #954E21; }
span { border-color: rgb(149,78,33); }
td.TdClassName
{
border-color: #954E21;
}
.TagClassName
{
border-color: #954E21;
}
</style>