Shades of Seal Brown #36100A
Tints of Seal Brown #36100A
RGB
CMYK
RGB Variations
Color information
#36100A (or 0x36100A) is known color: Seal Brown. HEX triplet: 36, 10 and 0A. RGB value is (54,16,10). Sum of RGB (Red+Green+Blue) = 54+16+10=80 (10% of max value = 765). Red value is 54 (21.48% from 255 or 67.5% from 80); Green value is 16 (6.64% from 255 or 20% from 80); Blue value is 10 (4.30% from 255 or 12.5% from 80); Max value from RGB is 54 - color contains mainly: red. Hex color #36100A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36100A is #C9EFF5. Grayscale: #1A1A1A. Windows color (decimal): -13234166 or 659510. OLE color: 659510.
HSL color Cylindrical-coordinate representation of color #36100A: hue angle of 8.18º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #36100A is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 16 | 10 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.79 |
| HSL | 8.18º | 0.69% | 0.13% | - |
| HSV(B) | 8.18º | 0.81% | 0.21% | - |
| XYZ | 1.76 | 1.18 | 0.42 | - |
| YUV | 26.68 | 118.59 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 16 | 10 | 0 | 0.70 | 0.81 | 0.79 | 8.18 | 0.69 | 0.13 |
| Hex | 36 | 10 | A | 0 | 46 | 51 | 4F | 8 | 45 | D |
| Octal | 66 | 20 | 12 | 0 | 106 | 121 | 117 | 10 | 105 | 15 |
| Binary | 110110 | 10000 | 1010 | 0 | 1000110 | 1010001 | 1001111 | 1000 | 1000101 | 1101 |
Color Harmonies of #36100A
Complementary color
Monochromatic Colors of #36100A
Black with #36100A
Text Example
Text Example
White with #36100A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36100A; }
p { color: rgb(54,16,10); }
H1.HeaderClassName
{
color: #36100A;
}
.AnyTagClassName
{
color: #36100A;
}
</style>
background-color css
<style>
a { background-color: #36100A; }
a { background-color: rgb(54,16,10); }
div.DivClassName
{
background-color: #36100A;
}
.BgClassName
{
background-color: #36100A;
}
</style>
border-color css
<style>
span { border-color: #36100A; }
span { border-color: rgb(54,16,10); }
td.TdClassName
{
border-color: #36100A;
}
.TagClassName
{
border-color: #36100A;
}
</style>