Shades of Seal Brown #400C02
Tints of Seal Brown #400C02
RGB
CMYK
RGB Variations
Color information
#400C02 (or 0x400C02) is known color: Seal Brown. HEX triplet: 40, 0C and 02. RGB value is (64,12,2). Sum of RGB (Red+Green+Blue) = 64+12+2=78 (10% of max value = 765). Red value is 64 (25.39% from 255 or 82.05% from 78); Green value is 12 (5.08% from 255 or 15.38% from 78); Blue value is 2 (1.17% from 255 or 2.56% from 78); Max value from RGB is 64 - color contains mainly: red. Hex color #400C02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400C02 is #BFF3FD. Grayscale: #1A1A1A. Windows color (decimal): -12579838 or 134208. OLE color: 134208.
HSL color Cylindrical-coordinate representation of color #400C02: hue angle of 9.68º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #400C02 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 12 | 2 | - |
| CMYK | 0 | 0.81 | 0.97 | 0.75 |
| HSL | 9.68º | 0.94% | 0.13% | - |
| HSV(B) | 9.68º | 0.97% | 0.25% | - |
| XYZ | 2.26 | 1.36 | 0.2 | - |
| YUV | 26.41 | 114.23 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 12 | 2 | 0 | 0.81 | 0.97 | 0.75 | 9.68 | 0.94 | 0.13 |
| Hex | 40 | C | 2 | 0 | 51 | 61 | 4B | A | 5E | D |
| Octal | 100 | 14 | 2 | 0 | 121 | 141 | 113 | 12 | 136 | 15 |
| Binary | 1000000 | 1100 | 10 | 0 | 1010001 | 1100001 | 1001011 | 1010 | 1011110 | 1101 |
Color Harmonies of #400C02
Complementary color
Monochromatic Colors of #400C02
Black with #400C02
Text Example
Text Example
White with #400C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400C02; }
p { color: rgb(64,12,2); }
H1.HeaderClassName
{
color: #400C02;
}
.AnyTagClassName
{
color: #400C02;
}
</style>
background-color css
<style>
a { background-color: #400C02; }
a { background-color: rgb(64,12,2); }
div.DivClassName
{
background-color: #400C02;
}
.BgClassName
{
background-color: #400C02;
}
</style>
border-color css
<style>
span { border-color: #400C02; }
span { border-color: rgb(64,12,2); }
td.TdClassName
{
border-color: #400C02;
}
.TagClassName
{
border-color: #400C02;
}
</style>