Shades of Seal Brown #2D100F
Tints of Seal Brown #2D100F
RGB
CMYK
RGB Variations
Color information
#2D100F (or 0x2D100F) is known color: Seal Brown. HEX triplet: 2D, 10 and 0F. RGB value is (45,16,15). Sum of RGB (Red+Green+Blue) = 45+16+15=76 (10% of max value = 765). Red value is 45 (17.97% from 255 or 59.21% from 76); Green value is 16 (6.64% from 255 or 21.05% from 76); Blue value is 15 (6.25% from 255 or 19.74% from 76); Max value from RGB is 45 - color contains mainly: red. Hex color #2D100F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D100F is #D2EFF0. Grayscale: #181818. Windows color (decimal): -13823985 or 987181. OLE color: 987181.
HSL color Cylindrical-coordinate representation of color #2D100F: hue angle of 2º degrees, saturation: 0.5, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D100F is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 16 | 15 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.82 |
| HSL | 2º | 0.5% | 0.12% | - |
| HSV(B) | 2º | 0.67% | 0.18% | - |
| XYZ | 1.35 | 0.96 | 0.57 | - |
| YUV | 24.56 | 122.61 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 16 | 15 | 0 | 0.64 | 0.67 | 0.82 | 2 | 0.5 | 0.12 |
| Hex | 2D | 10 | F | 0 | 40 | 43 | 52 | 2 | 32 | C |
| Octal | 55 | 20 | 17 | 0 | 100 | 103 | 122 | 2 | 62 | 14 |
| Binary | 101101 | 10000 | 1111 | 0 | 1000000 | 1000011 | 1010010 | 10 | 110010 | 1100 |
Color Harmonies of #2D100F
Complementary color
Monochromatic Colors of #2D100F
Black with #2D100F
Text Example
Text Example
White with #2D100F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D100F; }
p { color: rgb(45,16,15); }
H1.HeaderClassName
{
color: #2D100F;
}
.AnyTagClassName
{
color: #2D100F;
}
</style>
background-color css
<style>
a { background-color: #2D100F; }
a { background-color: rgb(45,16,15); }
div.DivClassName
{
background-color: #2D100F;
}
.BgClassName
{
background-color: #2D100F;
}
</style>
border-color css
<style>
span { border-color: #2D100F; }
span { border-color: rgb(45,16,15); }
td.TdClassName
{
border-color: #2D100F;
}
.TagClassName
{
border-color: #2D100F;
}
</style>