Shades of Hawaiian Tan #994D24
Tints of Hawaiian Tan #994D24
RGB
CMYK
RGB Variations
Color information
#994D24 (or 0x994D24) is known color: Hawaiian Tan. HEX triplet: 99, 4D and 24. RGB value is (153,77,36). Sum of RGB (Red+Green+Blue) = 153+77+36=266 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.52% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 36 (14.45% from 255 or 13.53% from 266); Max value from RGB is 153 - color contains mainly: red. Hex color #994D24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994D24 is #66B2DB. Grayscale: #5F5F5F. Windows color (decimal): -6730460 or 2379161. OLE color: 2379161.
HSL color Cylindrical-coordinate representation of color #994D24: hue angle of 21.03º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #994D24 is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 77 | 36 | - |
| CMYK | 0 | 0.50 | 0.76 | 0.4 |
| HSL | 21.03º | 0.62% | 0.37% | - |
| HSV(B) | 21.03º | 0.76% | 0.6% | - |
| XYZ | 16.11 | 12.21 | 3.18 | - |
| YUV | 95.05 | 94.68 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 77 | 36 | 0 | 0.50 | 0.76 | 0.4 | 21.03 | 0.62 | 0.37 |
| Hex | 99 | 4D | 24 | 0 | 32 | 4C | 28 | 15 | 3E | 25 |
| Octal | 231 | 115 | 44 | 0 | 62 | 114 | 50 | 25 | 76 | 45 |
| Binary | 10011001 | 1001101 | 100100 | 0 | 110010 | 1001100 | 101000 | 10101 | 111110 | 100101 |
Color Harmonies of #994D24
Complementary color
Monochromatic Colors of #994D24
Black with #994D24
Text Example
Text Example
White with #994D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994D24; }
p { color: rgb(153,77,36); }
H1.HeaderClassName
{
color: #994D24;
}
.AnyTagClassName
{
color: #994D24;
}
</style>
background-color css
<style>
a { background-color: #994D24; }
a { background-color: rgb(153,77,36); }
div.DivClassName
{
background-color: #994D24;
}
.BgClassName
{
background-color: #994D24;
}
</style>
border-color css
<style>
span { border-color: #994D24; }
span { border-color: rgb(153,77,36); }
td.TdClassName
{
border-color: #994D24;
}
.TagClassName
{
border-color: #994D24;
}
</style>