Shades of Burnham #27483B
Tints of Burnham #27483B
RGB
CMYK
RGB Variations
Color information
#27483B (or 0x27483B) is known color: Burnham. HEX triplet: 27, 48 and 3B. RGB value is (39,72,59). Sum of RGB (Red+Green+Blue) = 39+72+59=170 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.94% from 170); Green value is 72 (28.52% from 255 or 42.35% from 170); Blue value is 59 (23.44% from 255 or 34.71% from 170); Max value from RGB is 72 - color contains mainly: green. Hex color #27483B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27483B is #D8B7C4. Grayscale: #3C3C3C. Windows color (decimal): -14202821 or 3885095. OLE color: 3885095.
HSL color Cylindrical-coordinate representation of color #27483B: hue angle of 156.36º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #27483B is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 39 | 72 | 59 | - |
| CMYK | 0.46 | 0 | 0.18 | 0.72 |
| HSL | 156.36º | 0.3% | 0.22% | - |
| HSV(B) | 156.36º | 0.46% | 0.28% | - |
| XYZ | 3.94 | 5.38 | 4.97 | - |
| YUV | 60.65 | 127.07 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 72 | 59 | 0.46 | 0 | 0.18 | 0.72 | 156.36 | 0.3 | 0.22 |
| Hex | 27 | 48 | 3B | 2E | 0 | 12 | 48 | 9C | 1E | 16 |
| Octal | 47 | 110 | 73 | 56 | 0 | 22 | 110 | 234 | 36 | 26 |
| Binary | 100111 | 1001000 | 111011 | 101110 | 0 | 10010 | 1001000 | 10011100 | 11110 | 10110 |
Color Harmonies of #27483B
Complementary color
Monochromatic Colors of #27483B
Black with #27483B
Text Example
Text Example
White with #27483B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27483B; }
p { color: rgb(39,72,59); }
H1.HeaderClassName
{
color: #27483B;
}
.AnyTagClassName
{
color: #27483B;
}
</style>
background-color css
<style>
a { background-color: #27483B; }
a { background-color: rgb(39,72,59); }
div.DivClassName
{
background-color: #27483B;
}
.BgClassName
{
background-color: #27483B;
}
</style>
border-color css
<style>
span { border-color: #27483B; }
span { border-color: rgb(39,72,59); }
td.TdClassName
{
border-color: #27483B;
}
.TagClassName
{
border-color: #27483B;
}
</style>