Shades of Seal Brown #440302
Tints of Seal Brown #440302
RGB
CMYK
RGB Variations
Color information
#440302 (or 0x440302) is known color: Seal Brown. HEX triplet: 44, 03 and 02. RGB value is (68,3,2). Sum of RGB (Red+Green+Blue) = 68+3+2=73 (9% of max value = 765). Red value is 68 (26.95% from 255 or 93.15% from 73); Green value is 3 (1.56% from 255 or 4.11% from 73); Blue value is 2 (1.17% from 255 or 2.74% from 73); Max value from RGB is 68 - color contains mainly: red. Hex color #440302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440302 is #BBFCFD. Grayscale: #161616. Windows color (decimal): -12319998 or 131908. OLE color: 131908.
HSL color Cylindrical-coordinate representation of color #440302: hue angle of 0.91º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #440302 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 3 | 2 | - |
| CMYK | 0 | 0.96 | 0.97 | 0.73 |
| HSL | 0.91º | 0.94% | 0.14% | - |
| HSV(B) | 0.91º | 0.97% | 0.27% | - |
| XYZ | 2.43 | 1.3 | 0.18 | - |
| YUV | 22.32 | 116.53 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 3 | 2 | 0 | 0.96 | 0.97 | 0.73 | 0.91 | 0.94 | 0.14 |
| Hex | 44 | 3 | 2 | 0 | 60 | 61 | 49 | 1 | 5E | E |
| Octal | 104 | 3 | 2 | 0 | 140 | 141 | 111 | 1 | 136 | 16 |
| Binary | 1000100 | 11 | 10 | 0 | 1100000 | 1100001 | 1001001 | 1 | 1011110 | 1110 |
Color Harmonies of #440302
Complementary color
Monochromatic Colors of #440302
Black with #440302
Text Example
Text Example
White with #440302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440302; }
p { color: rgb(68,3,2); }
H1.HeaderClassName
{
color: #440302;
}
.AnyTagClassName
{
color: #440302;
}
</style>
background-color css
<style>
a { background-color: #440302; }
a { background-color: rgb(68,3,2); }
div.DivClassName
{
background-color: #440302;
}
.BgClassName
{
background-color: #440302;
}
</style>
border-color css
<style>
span { border-color: #440302; }
span { border-color: rgb(68,3,2); }
td.TdClassName
{
border-color: #440302;
}
.TagClassName
{
border-color: #440302;
}
</style>