Shades of Seal Brown #270C05
Tints of Seal Brown #270C05
RGB
CMYK
RGB Variations
Color information
#270C05 (or 0x270C05) is known color: Seal Brown. HEX triplet: 27, 0C and 05. RGB value is (39,12,5). Sum of RGB (Red+Green+Blue) = 39+12+5=56 (7% of max value = 765). Red value is 39 (15.62% from 255 or 69.64% from 56); Green value is 12 (5.08% from 255 or 21.43% from 56); Blue value is 5 (2.34% from 255 or 8.93% from 56); Max value from RGB is 39 - color contains mainly: red. Hex color #270C05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270C05 is #D8F3FA. Grayscale: #131313. Windows color (decimal): -14218235 or 330791. OLE color: 330791.
HSL color Cylindrical-coordinate representation of color #270C05: hue angle of 12.35º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #270C05 is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 12 | 5 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.85 |
| HSL | 12.35º | 0.77% | 0.09% | - |
| HSV(B) | 12.35º | 0.87% | 0.15% | - |
| XYZ | 1 | 0.71 | 0.23 | - |
| YUV | 19.28 | 119.95 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 12 | 5 | 0 | 0.69 | 0.87 | 0.85 | 12.35 | 0.77 | 0.09 |
| Hex | 27 | C | 5 | 0 | 45 | 57 | 55 | C | 4D | 9 |
| Octal | 47 | 14 | 5 | 0 | 105 | 127 | 125 | 14 | 115 | 11 |
| Binary | 100111 | 1100 | 101 | 0 | 1000101 | 1010111 | 1010101 | 1100 | 1001101 | 1001 |
Color Harmonies of #270C05
Complementary color
Monochromatic Colors of #270C05
Black with #270C05
Text Example
Text Example
White with #270C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270C05; }
p { color: rgb(39,12,5); }
H1.HeaderClassName
{
color: #270C05;
}
.AnyTagClassName
{
color: #270C05;
}
</style>
background-color css
<style>
a { background-color: #270C05; }
a { background-color: rgb(39,12,5); }
div.DivClassName
{
background-color: #270C05;
}
.BgClassName
{
background-color: #270C05;
}
</style>
border-color css
<style>
span { border-color: #270C05; }
span { border-color: rgb(39,12,5); }
td.TdClassName
{
border-color: #270C05;
}
.TagClassName
{
border-color: #270C05;
}
</style>