Shades of Burnham #24473A
Tints of Burnham #24473A
RGB
CMYK
RGB Variations
Color information
#24473A (or 0x24473A) is known color: Burnham. HEX triplet: 24, 47 and 3A. RGB value is (36,71,58). Sum of RGB (Red+Green+Blue) = 36+71+58=165 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.82% from 165); Green value is 71 (28.12% from 255 or 43.03% from 165); Blue value is 58 (23.05% from 255 or 35.15% from 165); Max value from RGB is 71 - color contains mainly: green. Hex color #24473A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24473A is #DBB8C5. Grayscale: #3B3B3B. Windows color (decimal): -14399686 or 3819300. OLE color: 3819300.
HSL color Cylindrical-coordinate representation of color #24473A: hue angle of 157.71º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #24473A is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 36 | 71 | 58 | - |
| CMYK | 0.49 | 0 | 0.18 | 0.72 |
| HSL | 157.71º | 0.33% | 0.21% | - |
| HSV(B) | 157.71º | 0.49% | 0.28% | - |
| XYZ | 3.74 | 5.19 | 4.81 | - |
| YUV | 59.05 | 127.4 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 71 | 58 | 0.49 | 0 | 0.18 | 0.72 | 157.71 | 0.33 | 0.21 |
| Hex | 24 | 47 | 3A | 31 | 0 | 12 | 48 | 9E | 21 | 15 |
| Octal | 44 | 107 | 72 | 61 | 0 | 22 | 110 | 236 | 41 | 25 |
| Binary | 100100 | 1000111 | 111010 | 110001 | 0 | 10010 | 1001000 | 10011110 | 100001 | 10101 |
Color Harmonies of #24473A
Complementary color
Monochromatic Colors of #24473A
Black with #24473A
Text Example
Text Example
White with #24473A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24473A; }
p { color: rgb(36,71,58); }
H1.HeaderClassName
{
color: #24473A;
}
.AnyTagClassName
{
color: #24473A;
}
</style>
background-color css
<style>
a { background-color: #24473A; }
a { background-color: rgb(36,71,58); }
div.DivClassName
{
background-color: #24473A;
}
.BgClassName
{
background-color: #24473A;
}
</style>
border-color css
<style>
span { border-color: #24473A; }
span { border-color: rgb(36,71,58); }
td.TdClassName
{
border-color: #24473A;
}
.TagClassName
{
border-color: #24473A;
}
</style>