Shades of Seal Brown #270C04
Tints of Seal Brown #270C04
RGB
CMYK
RGB Variations
Color information
#270C04 (or 0x270C04) is known color: Seal Brown. HEX triplet: 27, 0C and 04. RGB value is (39,12,4). Sum of RGB (Red+Green+Blue) = 39+12+4=55 (7% of max value = 765). Red value is 39 (15.62% from 255 or 70.91% from 55); Green value is 12 (5.08% from 255 or 21.82% from 55); Blue value is 4 (1.95% from 255 or 7.27% from 55); Max value from RGB is 39 - color contains mainly: red. Hex color #270C04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270C04 is #D8F3FB. Grayscale: #131313. Windows color (decimal): -14218236 or 265255. OLE color: 265255.
HSL color Cylindrical-coordinate representation of color #270C04: hue angle of 13.71º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #270C04 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 12 | 4 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.85 |
| HSL | 13.71º | 0.81% | 0.08% | - |
| HSV(B) | 13.71º | 0.9% | 0.15% | - |
| XYZ | 0.99 | 0.7 | 0.2 | - |
| YUV | 19.16 | 119.45 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 12 | 4 | 0 | 0.69 | 0.90 | 0.85 | 13.71 | 0.81 | 0.08 |
| Hex | 27 | C | 4 | 0 | 45 | 5A | 55 | E | 51 | 8 |
| Octal | 47 | 14 | 4 | 0 | 105 | 132 | 125 | 16 | 121 | 10 |
| Binary | 100111 | 1100 | 100 | 0 | 1000101 | 1011010 | 1010101 | 1110 | 1010001 | 1000 |
Color Harmonies of #270C04
Complementary color
Monochromatic Colors of #270C04
Black with #270C04
Text Example
Text Example
White with #270C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270C04; }
p { color: rgb(39,12,4); }
H1.HeaderClassName
{
color: #270C04;
}
.AnyTagClassName
{
color: #270C04;
}
</style>
background-color css
<style>
a { background-color: #270C04; }
a { background-color: rgb(39,12,4); }
div.DivClassName
{
background-color: #270C04;
}
.BgClassName
{
background-color: #270C04;
}
</style>
border-color css
<style>
span { border-color: #270C04; }
span { border-color: rgb(39,12,4); }
td.TdClassName
{
border-color: #270C04;
}
.TagClassName
{
border-color: #270C04;
}
</style>