Shades of Burnham #28453A
Tints of Burnham #28453A
RGB
CMYK
RGB Variations
Color information
#28453A (or 0x28453A) is known color: Burnham. HEX triplet: 28, 45 and 3A. RGB value is (40,69,58). Sum of RGB (Red+Green+Blue) = 40+69+58=167 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.95% from 167); Green value is 69 (27.34% from 255 or 41.32% from 167); Blue value is 58 (23.05% from 255 or 34.73% from 167); Max value from RGB is 69 - color contains mainly: green. Hex color #28453A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28453A is #D7BAC5. Grayscale: #3B3B3B. Windows color (decimal): -14138054 or 3818792. OLE color: 3818792.
HSL color Cylindrical-coordinate representation of color #28453A: hue angle of 157.24º degrees, saturation: 0.27, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #28453A is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 40 | 69 | 58 | - |
| CMYK | 0.42 | 0 | 0.16 | 0.73 |
| HSL | 157.24º | 0.27% | 0.21% | - |
| HSV(B) | 157.24º | 0.42% | 0.27% | - |
| XYZ | 3.77 | 5.01 | 4.77 | - |
| YUV | 59.08 | 127.39 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 69 | 58 | 0.42 | 0 | 0.16 | 0.73 | 157.24 | 0.27 | 0.21 |
| Hex | 28 | 45 | 3A | 2A | 0 | 10 | 49 | 9D | 1B | 15 |
| Octal | 50 | 105 | 72 | 52 | 0 | 20 | 111 | 235 | 33 | 25 |
| Binary | 101000 | 1000101 | 111010 | 101010 | 0 | 10000 | 1001001 | 10011101 | 11011 | 10101 |
Color Harmonies of #28453A
Complementary color
Monochromatic Colors of #28453A
Black with #28453A
Text Example
Text Example
White with #28453A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28453A; }
p { color: rgb(40,69,58); }
H1.HeaderClassName
{
color: #28453A;
}
.AnyTagClassName
{
color: #28453A;
}
</style>
background-color css
<style>
a { background-color: #28453A; }
a { background-color: rgb(40,69,58); }
div.DivClassName
{
background-color: #28453A;
}
.BgClassName
{
background-color: #28453A;
}
</style>
border-color css
<style>
span { border-color: #28453A; }
span { border-color: rgb(40,69,58); }
td.TdClassName
{
border-color: #28453A;
}
.TagClassName
{
border-color: #28453A;
}
</style>