Shades of Seal Brown #1C0D08
Tints of Seal Brown #1C0D08
RGB
CMYK
RGB Variations
Color information
#1C0D08 (or 0x1C0D08) is known color: Seal Brown. HEX triplet: 1C, 0D and 08. RGB value is (28,13,8). Sum of RGB (Red+Green+Blue) = 28+13+8=49 (6% of max value = 765). Red value is 28 (11.33% from 255 or 57.14% from 49); Green value is 13 (5.47% from 255 or 26.53% from 49); Blue value is 8 (3.52% from 255 or 16.33% from 49); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0D08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0D08 is #E3F2F7. Grayscale: #101010. Windows color (decimal): -14938872 or 527644. OLE color: 527644.
HSL color Cylindrical-coordinate representation of color #1C0D08: hue angle of 15º degrees, saturation: 0.56, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C0D08 is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 13 | 8 | - |
| CMYK | 0 | 0.54 | 0.71 | 0.89 |
| HSL | 15º | 0.56% | 0.07% | - |
| HSV(B) | 15º | 0.71% | 0.11% | - |
| XYZ | 0.67 | 0.55 | 0.3 | - |
| YUV | 16.92 | 122.97 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 13 | 8 | 0 | 0.54 | 0.71 | 0.89 | 15 | 0.56 | 0.07 |
| Hex | 1C | D | 8 | 0 | 36 | 47 | 59 | F | 38 | 7 |
| Octal | 34 | 15 | 10 | 0 | 66 | 107 | 131 | 17 | 70 | 7 |
| Binary | 11100 | 1101 | 1000 | 0 | 110110 | 1000111 | 1011001 | 1111 | 111000 | 111 |
Color Harmonies of #1C0D08
Complementary color
Monochromatic Colors of #1C0D08
Black with #1C0D08
Text Example
Text Example
White with #1C0D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0D08; }
p { color: rgb(28,13,8); }
H1.HeaderClassName
{
color: #1C0D08;
}
.AnyTagClassName
{
color: #1C0D08;
}
</style>
background-color css
<style>
a { background-color: #1C0D08; }
a { background-color: rgb(28,13,8); }
div.DivClassName
{
background-color: #1C0D08;
}
.BgClassName
{
background-color: #1C0D08;
}
</style>
border-color css
<style>
span { border-color: #1C0D08; }
span { border-color: rgb(28,13,8); }
td.TdClassName
{
border-color: #1C0D08;
}
.TagClassName
{
border-color: #1C0D08;
}
</style>