Shades of Seal Brown #3D0E08
Tints of Seal Brown #3D0E08
RGB
CMYK
RGB Variations
Color information
#3D0E08 (or 0x3D0E08) is known color: Seal Brown. HEX triplet: 3D, 0E and 08. RGB value is (61,14,8). Sum of RGB (Red+Green+Blue) = 61+14+8=83 (10% of max value = 765). Red value is 61 (24.22% from 255 or 73.49% from 83); Green value is 14 (5.86% from 255 or 16.87% from 83); Blue value is 8 (3.52% from 255 or 9.64% from 83); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0E08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D0E08 is #C2F1F7. Grayscale: #1B1B1B. Windows color (decimal): -12775928 or 527933. OLE color: 527933.
HSL color Cylindrical-coordinate representation of color #3D0E08: hue angle of 6.79º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3D0E08 is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 14 | 8 | - |
| CMYK | 0 | 0.77 | 0.87 | 0.76 |
| HSL | 6.79º | 0.77% | 0.14% | - |
| HSV(B) | 6.79º | 0.87% | 0.24% | - |
| XYZ | 2.13 | 1.32 | 0.37 | - |
| YUV | 27.37 | 117.07 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 14 | 8 | 0 | 0.77 | 0.87 | 0.76 | 6.79 | 0.77 | 0.14 |
| Hex | 3D | E | 8 | 0 | 4D | 57 | 4C | 7 | 4D | E |
| Octal | 75 | 16 | 10 | 0 | 115 | 127 | 114 | 7 | 115 | 16 |
| Binary | 111101 | 1110 | 1000 | 0 | 1001101 | 1010111 | 1001100 | 111 | 1001101 | 1110 |
Color Harmonies of #3D0E08
Complementary color
Monochromatic Colors of #3D0E08
Black with #3D0E08
Text Example
Text Example
White with #3D0E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0E08; }
p { color: rgb(61,14,8); }
H1.HeaderClassName
{
color: #3D0E08;
}
.AnyTagClassName
{
color: #3D0E08;
}
</style>
background-color css
<style>
a { background-color: #3D0E08; }
a { background-color: rgb(61,14,8); }
div.DivClassName
{
background-color: #3D0E08;
}
.BgClassName
{
background-color: #3D0E08;
}
</style>
border-color css
<style>
span { border-color: #3D0E08; }
span { border-color: rgb(61,14,8); }
td.TdClassName
{
border-color: #3D0E08;
}
.TagClassName
{
border-color: #3D0E08;
}
</style>