Shades of Seal Brown #270B04
Tints of Seal Brown #270B04
RGB
CMYK
RGB Variations
Color information
#270B04 (or 0x270B04) is known color: Seal Brown. HEX triplet: 27, 0B and 04. RGB value is (39,11,4). Sum of RGB (Red+Green+Blue) = 39+11+4=54 (7% of max value = 765). Red value is 39 (15.62% from 255 or 72.22% from 54); Green value is 11 (4.69% from 255 or 20.37% from 54); Blue value is 4 (1.95% from 255 or 7.41% from 54); Max value from RGB is 39 - color contains mainly: red. Hex color #270B04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270B04 is #D8F4FB. Grayscale: #121212. Windows color (decimal): -14218492 or 264999. OLE color: 264999.
HSL color Cylindrical-coordinate representation of color #270B04: hue angle of 12º 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 #270B04 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 11 | 4 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.85 |
| HSL | 12º | 0.81% | 0.08% | - |
| HSV(B) | 12º | 0.9% | 0.15% | - |
| XYZ | 0.98 | 0.68 | 0.19 | - |
| YUV | 18.57 | 119.78 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 11 | 4 | 0 | 0.72 | 0.90 | 0.85 | 12 | 0.81 | 0.08 |
| Hex | 27 | B | 4 | 0 | 48 | 5A | 55 | C | 51 | 8 |
| Octal | 47 | 13 | 4 | 0 | 110 | 132 | 125 | 14 | 121 | 10 |
| Binary | 100111 | 1011 | 100 | 0 | 1001000 | 1011010 | 1010101 | 1100 | 1010001 | 1000 |
Color Harmonies of #270B04
Complementary color
Monochromatic Colors of #270B04
Black with #270B04
Text Example
Text Example
White with #270B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270B04; }
p { color: rgb(39,11,4); }
H1.HeaderClassName
{
color: #270B04;
}
.AnyTagClassName
{
color: #270B04;
}
</style>
background-color css
<style>
a { background-color: #270B04; }
a { background-color: rgb(39,11,4); }
div.DivClassName
{
background-color: #270B04;
}
.BgClassName
{
background-color: #270B04;
}
</style>
border-color css
<style>
span { border-color: #270B04; }
span { border-color: rgb(39,11,4); }
td.TdClassName
{
border-color: #270B04;
}
.TagClassName
{
border-color: #270B04;
}
</style>