Shades of Seal Brown #270D02
Tints of Seal Brown #270D02
RGB
CMYK
RGB Variations
Color information
#270D02 (or 0x270D02) is known color: Seal Brown. HEX triplet: 27, 0D and 02. RGB value is (39,13,2). Sum of RGB (Red+Green+Blue) = 39+13+2=54 (7% of max value = 765). Red value is 39 (15.62% from 255 or 72.22% from 54); Green value is 13 (5.47% from 255 or 24.07% from 54); Blue value is 2 (1.17% from 255 or 3.70% from 54); Max value from RGB is 39 - color contains mainly: red. Hex color #270D02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270D02 is #D8F2FD. Grayscale: #131313. Windows color (decimal): -14217982 or 134439. OLE color: 134439.
HSL color Cylindrical-coordinate representation of color #270D02: hue angle of 17.84º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #270D02 is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 13 | 2 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.85 |
| HSL | 17.84º | 0.9% | 0.08% | - |
| HSV(B) | 17.84º | 0.95% | 0.15% | - |
| XYZ | 0.99 | 0.72 | 0.14 | - |
| YUV | 19.52 | 118.11 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 13 | 2 | 0 | 0.67 | 0.95 | 0.85 | 17.84 | 0.9 | 0.08 |
| Hex | 27 | D | 2 | 0 | 43 | 5F | 55 | 12 | 5A | 8 |
| Octal | 47 | 15 | 2 | 0 | 103 | 137 | 125 | 22 | 132 | 10 |
| Binary | 100111 | 1101 | 10 | 0 | 1000011 | 1011111 | 1010101 | 10010 | 1011010 | 1000 |
Color Harmonies of #270D02
Complementary color
Monochromatic Colors of #270D02
Black with #270D02
Text Example
Text Example
White with #270D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270D02; }
p { color: rgb(39,13,2); }
H1.HeaderClassName
{
color: #270D02;
}
.AnyTagClassName
{
color: #270D02;
}
</style>
background-color css
<style>
a { background-color: #270D02; }
a { background-color: rgb(39,13,2); }
div.DivClassName
{
background-color: #270D02;
}
.BgClassName
{
background-color: #270D02;
}
</style>
border-color css
<style>
span { border-color: #270D02; }
span { border-color: rgb(39,13,2); }
td.TdClassName
{
border-color: #270D02;
}
.TagClassName
{
border-color: #270D02;
}
</style>