Shades of Burnham #26493A
Tints of Burnham #26493A
RGB
CMYK
RGB Variations
Color information
#26493A (or 0x26493A) is known color: Burnham. HEX triplet: 26, 49 and 3A. RGB value is (38,73,58). Sum of RGB (Red+Green+Blue) = 38+73+58=169 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.49% from 169); Green value is 73 (28.91% from 255 or 43.20% from 169); Blue value is 58 (23.05% from 255 or 34.32% from 169); Max value from RGB is 73 - color contains mainly: green. Hex color #26493A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26493A is #D9B6C5. Grayscale: #3C3C3C. Windows color (decimal): -14268102 or 3819814. OLE color: 3819814.
HSL color Cylindrical-coordinate representation of color #26493A: hue angle of 154.29º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #26493A is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 38 | 73 | 58 | - |
| CMYK | 0.48 | 0 | 0.21 | 0.71 |
| HSL | 154.29º | 0.32% | 0.22% | - |
| HSV(B) | 154.29º | 0.48% | 0.29% | - |
| XYZ | 3.95 | 5.48 | 4.85 | - |
| YUV | 60.83 | 126.4 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 73 | 58 | 0.48 | 0 | 0.21 | 0.71 | 154.29 | 0.32 | 0.22 |
| Hex | 26 | 49 | 3A | 30 | 0 | 15 | 47 | 9A | 20 | 16 |
| Octal | 46 | 111 | 72 | 60 | 0 | 25 | 107 | 232 | 40 | 26 |
| Binary | 100110 | 1001001 | 111010 | 110000 | 0 | 10101 | 1000111 | 10011010 | 100000 | 10110 |
Color Harmonies of #26493A
Complementary color
Monochromatic Colors of #26493A
Black with #26493A
Text Example
Text Example
White with #26493A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26493A; }
p { color: rgb(38,73,58); }
H1.HeaderClassName
{
color: #26493A;
}
.AnyTagClassName
{
color: #26493A;
}
</style>
background-color css
<style>
a { background-color: #26493A; }
a { background-color: rgb(38,73,58); }
div.DivClassName
{
background-color: #26493A;
}
.BgClassName
{
background-color: #26493A;
}
</style>
border-color css
<style>
span { border-color: #26493A; }
span { border-color: rgb(38,73,58); }
td.TdClassName
{
border-color: #26493A;
}
.TagClassName
{
border-color: #26493A;
}
</style>