Shades of Burnham #284338
Tints of Burnham #284338
RGB
CMYK
RGB Variations
Color information
#284338 (or 0x284338) is known color: Burnham. HEX triplet: 28, 43 and 38. RGB value is (40,67,56). Sum of RGB (Red+Green+Blue) = 40+67+56=163 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.54% from 163); Green value is 67 (26.56% from 255 or 41.10% from 163); Blue value is 56 (22.27% from 255 or 34.36% from 163); Max value from RGB is 67 - color contains mainly: green. Hex color #284338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284338 is #D7BCC7. Grayscale: #393939. Windows color (decimal): -14138568 or 3687208. OLE color: 3687208.
HSL color Cylindrical-coordinate representation of color #284338: hue angle of 155.56º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #284338 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 40 | 67 | 56 | - |
| CMYK | 0.40 | 0 | 0.16 | 0.74 |
| HSL | 155.56º | 0.25% | 0.21% | - |
| HSV(B) | 155.56º | 0.4% | 0.26% | - |
| XYZ | 3.6 | 4.75 | 4.47 | - |
| YUV | 57.67 | 127.05 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 67 | 56 | 0.40 | 0 | 0.16 | 0.74 | 155.56 | 0.25 | 0.21 |
| Hex | 28 | 43 | 38 | 28 | 0 | 10 | 4A | 9C | 19 | 15 |
| Octal | 50 | 103 | 70 | 50 | 0 | 20 | 112 | 234 | 31 | 25 |
| Binary | 101000 | 1000011 | 111000 | 101000 | 0 | 10000 | 1001010 | 10011100 | 11001 | 10101 |
Color Harmonies of #284338
Complementary color
Monochromatic Colors of #284338
Black with #284338
Text Example
Text Example
White with #284338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284338; }
p { color: rgb(40,67,56); }
H1.HeaderClassName
{
color: #284338;
}
.AnyTagClassName
{
color: #284338;
}
</style>
background-color css
<style>
a { background-color: #284338; }
a { background-color: rgb(40,67,56); }
div.DivClassName
{
background-color: #284338;
}
.BgClassName
{
background-color: #284338;
}
</style>
border-color css
<style>
span { border-color: #284338; }
span { border-color: rgb(40,67,56); }
td.TdClassName
{
border-color: #284338;
}
.TagClassName
{
border-color: #284338;
}
</style>