Shades of Seal Brown #270D08
Tints of Seal Brown #270D08
RGB
CMYK
RGB Variations
Color information
#270D08 (or 0x270D08) is known color: Seal Brown. HEX triplet: 27, 0D and 08. RGB value is (39,13,8). Sum of RGB (Red+Green+Blue) = 39+13+8=60 (7% of max value = 765). Red value is 39 (15.62% from 255 or 65% from 60); Green value is 13 (5.47% from 255 or 21.67% from 60); Blue value is 8 (3.52% from 255 or 13.33% from 60); Max value from RGB is 39 - color contains mainly: red. Hex color #270D08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270D08 is #D8F2F7. Grayscale: #141414. Windows color (decimal): -14217976 or 527655. OLE color: 527655.
HSL color Cylindrical-coordinate representation of color #270D08: hue angle of 9.68º degrees, saturation: 0.66, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #270D08 is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 13 | 8 | - |
| CMYK | 0 | 0.67 | 0.79 | 0.85 |
| HSL | 9.68º | 0.66% | 0.09% | - |
| HSV(B) | 9.68º | 0.79% | 0.15% | - |
| XYZ | 1.02 | 0.74 | 0.32 | - |
| YUV | 20.2 | 121.11 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 13 | 8 | 0 | 0.67 | 0.79 | 0.85 | 9.68 | 0.66 | 0.09 |
| Hex | 27 | D | 8 | 0 | 43 | 4F | 55 | A | 42 | 9 |
| Octal | 47 | 15 | 10 | 0 | 103 | 117 | 125 | 12 | 102 | 11 |
| Binary | 100111 | 1101 | 1000 | 0 | 1000011 | 1001111 | 1010101 | 1010 | 1000010 | 1001 |
Color Harmonies of #270D08
Complementary color
Monochromatic Colors of #270D08
Black with #270D08
Text Example
Text Example
White with #270D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270D08; }
p { color: rgb(39,13,8); }
H1.HeaderClassName
{
color: #270D08;
}
.AnyTagClassName
{
color: #270D08;
}
</style>
background-color css
<style>
a { background-color: #270D08; }
a { background-color: rgb(39,13,8); }
div.DivClassName
{
background-color: #270D08;
}
.BgClassName
{
background-color: #270D08;
}
</style>
border-color css
<style>
span { border-color: #270D08; }
span { border-color: rgb(39,13,8); }
td.TdClassName
{
border-color: #270D08;
}
.TagClassName
{
border-color: #270D08;
}
</style>