Shades of Seal Brown #36140C
Tints of Seal Brown #36140C
RGB
CMYK
RGB Variations
Color information
#36140C (or 0x36140C) is known color: Seal Brown. HEX triplet: 36, 14 and 0C. RGB value is (54,20,12). Sum of RGB (Red+Green+Blue) = 54+20+12=86 (11% of max value = 765). Red value is 54 (21.48% from 255 or 62.79% from 86); Green value is 20 (8.20% from 255 or 23.26% from 86); Blue value is 12 (5.08% from 255 or 13.95% from 86); Max value from RGB is 54 - color contains mainly: red. Hex color #36140C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36140C is #C9EBF3. Grayscale: #1D1D1D. Windows color (decimal): -13233140 or 791606. OLE color: 791606.
HSL color Cylindrical-coordinate representation of color #36140C: hue angle of 11.43º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36140C is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 20 | 12 | - |
| CMYK | 0 | 0.63 | 0.78 | 0.79 |
| HSL | 11.43º | 0.64% | 0.13% | - |
| HSV(B) | 11.43º | 0.78% | 0.21% | - |
| XYZ | 1.84 | 1.31 | 0.5 | - |
| YUV | 29.25 | 118.26 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 20 | 12 | 0 | 0.63 | 0.78 | 0.79 | 11.43 | 0.64 | 0.13 |
| Hex | 36 | 14 | C | 0 | 3F | 4E | 4F | B | 40 | D |
| Octal | 66 | 24 | 14 | 0 | 77 | 116 | 117 | 13 | 100 | 15 |
| Binary | 110110 | 10100 | 1100 | 0 | 111111 | 1001110 | 1001111 | 1011 | 1000000 | 1101 |
Color Harmonies of #36140C
Complementary color
Monochromatic Colors of #36140C
Black with #36140C
Text Example
Text Example
White with #36140C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36140C; }
p { color: rgb(54,20,12); }
H1.HeaderClassName
{
color: #36140C;
}
.AnyTagClassName
{
color: #36140C;
}
</style>
background-color css
<style>
a { background-color: #36140C; }
a { background-color: rgb(54,20,12); }
div.DivClassName
{
background-color: #36140C;
}
.BgClassName
{
background-color: #36140C;
}
</style>
border-color css
<style>
span { border-color: #36140C; }
span { border-color: rgb(54,20,12); }
td.TdClassName
{
border-color: #36140C;
}
.TagClassName
{
border-color: #36140C;
}
</style>