Shades of Seal Brown #38140C
Tints of Seal Brown #38140C
RGB
CMYK
RGB Variations
Color information
#38140C (or 0x38140C) is known color: Seal Brown. HEX triplet: 38, 14 and 0C. RGB value is (56,20,12). Sum of RGB (Red+Green+Blue) = 56+20+12=88 (11% of max value = 765). Red value is 56 (22.27% from 255 or 63.64% from 88); Green value is 20 (8.20% from 255 or 22.73% from 88); Blue value is 12 (5.08% from 255 or 13.64% from 88); Max value from RGB is 56 - color contains mainly: red. Hex color #38140C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38140C is #C7EBF3. Grayscale: #1D1D1D. Windows color (decimal): -13102068 or 791608. OLE color: 791608.
HSL color Cylindrical-coordinate representation of color #38140C: hue angle of 10.91º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #38140C is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 20 | 12 | - |
| CMYK | 0 | 0.64 | 0.79 | 0.78 |
| HSL | 10.91º | 0.65% | 0.13% | - |
| HSV(B) | 10.91º | 0.79% | 0.22% | - |
| XYZ | 1.95 | 1.37 | 0.51 | - |
| YUV | 29.85 | 117.93 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 20 | 12 | 0 | 0.64 | 0.79 | 0.78 | 10.91 | 0.65 | 0.13 |
| Hex | 38 | 14 | C | 0 | 40 | 4F | 4E | B | 41 | D |
| Octal | 70 | 24 | 14 | 0 | 100 | 117 | 116 | 13 | 101 | 15 |
| Binary | 111000 | 10100 | 1100 | 0 | 1000000 | 1001111 | 1001110 | 1011 | 1000001 | 1101 |
Color Harmonies of #38140C
Complementary color
Monochromatic Colors of #38140C
Black with #38140C
Text Example
Text Example
White with #38140C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38140C; }
p { color: rgb(56,20,12); }
H1.HeaderClassName
{
color: #38140C;
}
.AnyTagClassName
{
color: #38140C;
}
</style>
background-color css
<style>
a { background-color: #38140C; }
a { background-color: rgb(56,20,12); }
div.DivClassName
{
background-color: #38140C;
}
.BgClassName
{
background-color: #38140C;
}
</style>
border-color css
<style>
span { border-color: #38140C; }
span { border-color: rgb(56,20,12); }
td.TdClassName
{
border-color: #38140C;
}
.TagClassName
{
border-color: #38140C;
}
</style>