Shades of Seal Brown #300C06
Tints of Seal Brown #300C06
RGB
CMYK
RGB Variations
Color information
#300C06 (or 0x300C06) is known color: Seal Brown. HEX triplet: 30, 0C and 06. RGB value is (48,12,6). Sum of RGB (Red+Green+Blue) = 48+12+6=66 (8% of max value = 765). Red value is 48 (19.14% from 255 or 72.73% from 66); Green value is 12 (5.08% from 255 or 18.18% from 66); Blue value is 6 (2.73% from 255 or 9.09% from 66); Max value from RGB is 48 - color contains mainly: red. Hex color #300C06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300C06 is #CFF3F9. Grayscale: #161616. Windows color (decimal): -13628410 or 396336. OLE color: 396336.
HSL color Cylindrical-coordinate representation of color #300C06: hue angle of 8.57º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #300C06 is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 12 | 6 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.81 |
| HSL | 8.57º | 0.78% | 0.11% | - |
| HSV(B) | 8.57º | 0.88% | 0.19% | - |
| XYZ | 1.38 | 0.9 | 0.27 | - |
| YUV | 22.08 | 118.93 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 12 | 6 | 0 | 0.75 | 0.87 | 0.81 | 8.57 | 0.78 | 0.11 |
| Hex | 30 | C | 6 | 0 | 4B | 57 | 51 | 9 | 4E | B |
| Octal | 60 | 14 | 6 | 0 | 113 | 127 | 121 | 11 | 116 | 13 |
| Binary | 110000 | 1100 | 110 | 0 | 1001011 | 1010111 | 1010001 | 1001 | 1001110 | 1011 |
Color Harmonies of #300C06
Complementary color
Monochromatic Colors of #300C06
Black with #300C06
Text Example
Text Example
White with #300C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300C06; }
p { color: rgb(48,12,6); }
H1.HeaderClassName
{
color: #300C06;
}
.AnyTagClassName
{
color: #300C06;
}
</style>
background-color css
<style>
a { background-color: #300C06; }
a { background-color: rgb(48,12,6); }
div.DivClassName
{
background-color: #300C06;
}
.BgClassName
{
background-color: #300C06;
}
</style>
border-color css
<style>
span { border-color: #300C06; }
span { border-color: rgb(48,12,6); }
td.TdClassName
{
border-color: #300C06;
}
.TagClassName
{
border-color: #300C06;
}
</style>