Shades of Burnham #26433A
Tints of Burnham #26433A
RGB
CMYK
RGB Variations
Color information
#26433A (or 0x26433A) is known color: Burnham. HEX triplet: 26, 43 and 3A. RGB value is (38,67,58). Sum of RGB (Red+Green+Blue) = 38+67+58=163 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.31% from 163); Green value is 67 (26.56% from 255 or 41.10% from 163); Blue value is 58 (23.05% from 255 or 35.58% from 163); Max value from RGB is 67 - color contains mainly: green. Hex color #26433A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26433A is #D9BCC5. Grayscale: #393939. Windows color (decimal): -14269638 or 3818278. OLE color: 3818278.
HSL color Cylindrical-coordinate representation of color #26433A: hue angle of 161.38º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #26433A is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 38 | 67 | 58 | - |
| CMYK | 0.43 | 0 | 0.13 | 0.74 |
| HSL | 161.38º | 0.28% | 0.21% | - |
| HSV(B) | 161.38º | 0.43% | 0.26% | - |
| XYZ | 3.57 | 4.73 | 4.73 | - |
| YUV | 57.3 | 128.39 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 67 | 58 | 0.43 | 0 | 0.13 | 0.74 | 161.38 | 0.28 | 0.21 |
| Hex | 26 | 43 | 3A | 2B | 0 | D | 4A | A1 | 1C | 15 |
| Octal | 46 | 103 | 72 | 53 | 0 | 15 | 112 | 241 | 34 | 25 |
| Binary | 100110 | 1000011 | 111010 | 101011 | 0 | 1101 | 1001010 | 10100001 | 11100 | 10101 |
Color Harmonies of #26433A
Complementary color
Monochromatic Colors of #26433A
Black with #26433A
Text Example
Text Example
White with #26433A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26433A; }
p { color: rgb(38,67,58); }
H1.HeaderClassName
{
color: #26433A;
}
.AnyTagClassName
{
color: #26433A;
}
</style>
background-color css
<style>
a { background-color: #26433A; }
a { background-color: rgb(38,67,58); }
div.DivClassName
{
background-color: #26433A;
}
.BgClassName
{
background-color: #26433A;
}
</style>
border-color css
<style>
span { border-color: #26433A; }
span { border-color: rgb(38,67,58); }
td.TdClassName
{
border-color: #26433A;
}
.TagClassName
{
border-color: #26433A;
}
</style>