Shades of Seal Brown #2A130F
Tints of Seal Brown #2A130F
RGB
CMYK
RGB Variations
Color information
#2A130F (or 0x2A130F) is known color: Seal Brown. HEX triplet: 2A, 13 and 0F. RGB value is (42,19,15). Sum of RGB (Red+Green+Blue) = 42+19+15=76 (10% of max value = 765). Red value is 42 (16.80% from 255 or 55.26% from 76); Green value is 19 (7.81% from 255 or 25% from 76); Blue value is 15 (6.25% from 255 or 19.74% from 76); Max value from RGB is 42 - color contains mainly: red. Hex color #2A130F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A130F is #D5ECF0. Grayscale: #191919. Windows color (decimal): -14019825 or 987946. OLE color: 987946.
HSL color Cylindrical-coordinate representation of color #2A130F: hue angle of 8.89º degrees, saturation: 0.47, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A130F is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 19 | 15 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.84 |
| HSL | 8.89º | 0.47% | 0.11% | - |
| HSV(B) | 8.89º | 0.64% | 0.16% | - |
| XYZ | 1.27 | 0.99 | 0.58 | - |
| YUV | 25.42 | 122.12 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 19 | 15 | 0 | 0.55 | 0.64 | 0.84 | 8.89 | 0.47 | 0.11 |
| Hex | 2A | 13 | F | 0 | 37 | 40 | 54 | 9 | 2F | B |
| Octal | 52 | 23 | 17 | 0 | 67 | 100 | 124 | 11 | 57 | 13 |
| Binary | 101010 | 10011 | 1111 | 0 | 110111 | 1000000 | 1010100 | 1001 | 101111 | 1011 |
Color Harmonies of #2A130F
Complementary color
Monochromatic Colors of #2A130F
Black with #2A130F
Text Example
Text Example
White with #2A130F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A130F; }
p { color: rgb(42,19,15); }
H1.HeaderClassName
{
color: #2A130F;
}
.AnyTagClassName
{
color: #2A130F;
}
</style>
background-color css
<style>
a { background-color: #2A130F; }
a { background-color: rgb(42,19,15); }
div.DivClassName
{
background-color: #2A130F;
}
.BgClassName
{
background-color: #2A130F;
}
</style>
border-color css
<style>
span { border-color: #2A130F; }
span { border-color: rgb(42,19,15); }
td.TdClassName
{
border-color: #2A130F;
}
.TagClassName
{
border-color: #2A130F;
}
</style>