Shades of Burnham #284239
Tints of Burnham #284239
RGB
CMYK
RGB Variations
Color information
#284239 (or 0x284239) is known color: Burnham. HEX triplet: 28, 42 and 39. RGB value is (40,66,57). Sum of RGB (Red+Green+Blue) = 40+66+57=163 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.54% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 57 (22.66% from 255 or 34.97% from 163); Max value from RGB is 66 - color contains mainly: green. Hex color #284239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284239 is #D7BDC6. Grayscale: #393939. Windows color (decimal): -14138823 or 3752488. OLE color: 3752488.
HSL color Cylindrical-coordinate representation of color #284239: hue angle of 159.23º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #284239 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 40 | 66 | 57 | - |
| CMYK | 0.39 | 0 | 0.14 | 0.74 |
| HSL | 159.23º | 0.25% | 0.21% | - |
| HSV(B) | 159.23º | 0.39% | 0.26% | - |
| XYZ | 3.56 | 4.64 | 4.58 | - |
| YUV | 57.2 | 127.89 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 66 | 57 | 0.39 | 0 | 0.14 | 0.74 | 159.23 | 0.25 | 0.21 |
| Hex | 28 | 42 | 39 | 27 | 0 | E | 4A | 9F | 19 | 15 |
| Octal | 50 | 102 | 71 | 47 | 0 | 16 | 112 | 237 | 31 | 25 |
| Binary | 101000 | 1000010 | 111001 | 100111 | 0 | 1110 | 1001010 | 10011111 | 11001 | 10101 |
Color Harmonies of #284239
Complementary color
Monochromatic Colors of #284239
Black with #284239
Text Example
Text Example
White with #284239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284239; }
p { color: rgb(40,66,57); }
H1.HeaderClassName
{
color: #284239;
}
.AnyTagClassName
{
color: #284239;
}
</style>
background-color css
<style>
a { background-color: #284239; }
a { background-color: rgb(40,66,57); }
div.DivClassName
{
background-color: #284239;
}
.BgClassName
{
background-color: #284239;
}
</style>
border-color css
<style>
span { border-color: #284239; }
span { border-color: rgb(40,66,57); }
td.TdClassName
{
border-color: #284239;
}
.TagClassName
{
border-color: #284239;
}
</style>