Shades of Seal Brown #380D03
Tints of Seal Brown #380D03
RGB
CMYK
RGB Variations
Color information
#380D03 (or 0x380D03) is known color: Seal Brown. HEX triplet: 38, 0D and 03. RGB value is (56,13,3). Sum of RGB (Red+Green+Blue) = 56+13+3=72 (9% of max value = 765). Red value is 56 (22.27% from 255 or 77.78% from 72); Green value is 13 (5.47% from 255 or 18.06% from 72); Blue value is 3 (1.56% from 255 or 4.17% from 72); Max value from RGB is 56 - color contains mainly: red. Hex color #380D03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380D03 is #C7F2FC. Grayscale: #181818. Windows color (decimal): -13103869 or 199992. OLE color: 199992.
HSL color Cylindrical-coordinate representation of color #380D03: hue angle of 11.32º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #380D03 is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 13 | 3 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.78 |
| HSL | 11.32º | 0.9% | 0.12% | - |
| HSV(B) | 11.32º | 0.95% | 0.22% | - |
| XYZ | 1.79 | 1.14 | 0.21 | - |
| YUV | 24.72 | 115.75 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 13 | 3 | 0 | 0.77 | 0.95 | 0.78 | 11.32 | 0.9 | 0.12 |
| Hex | 38 | D | 3 | 0 | 4D | 5F | 4E | B | 5A | C |
| Octal | 70 | 15 | 3 | 0 | 115 | 137 | 116 | 13 | 132 | 14 |
| Binary | 111000 | 1101 | 11 | 0 | 1001101 | 1011111 | 1001110 | 1011 | 1011010 | 1100 |
Color Harmonies of #380D03
Complementary color
Monochromatic Colors of #380D03
Black with #380D03
Text Example
Text Example
White with #380D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380D03; }
p { color: rgb(56,13,3); }
H1.HeaderClassName
{
color: #380D03;
}
.AnyTagClassName
{
color: #380D03;
}
</style>
background-color css
<style>
a { background-color: #380D03; }
a { background-color: rgb(56,13,3); }
div.DivClassName
{
background-color: #380D03;
}
.BgClassName
{
background-color: #380D03;
}
</style>
border-color css
<style>
span { border-color: #380D03; }
span { border-color: rgb(56,13,3); }
td.TdClassName
{
border-color: #380D03;
}
.TagClassName
{
border-color: #380D03;
}
</style>