Shades of Seal Brown #380502
Tints of Seal Brown #380502
RGB
CMYK
RGB Variations
Color information
#380502 (or 0x380502) is known color: Seal Brown. HEX triplet: 38, 05 and 02. RGB value is (56,5,2). Sum of RGB (Red+Green+Blue) = 56+5+2=63 (8% of max value = 765). Red value is 56 (22.27% from 255 or 88.89% from 63); Green value is 5 (2.34% from 255 or 7.94% from 63); Blue value is 2 (1.17% from 255 or 3.17% from 63); Max value from RGB is 56 - color contains mainly: red. Hex color #380502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380502 is #C7FAFD. Grayscale: #131313. Windows color (decimal): -13105918 or 132408. OLE color: 132408.
HSL color Cylindrical-coordinate representation of color #380502: hue angle of 3.33º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #380502 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 5 | 2 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.78 |
| HSL | 3.33º | 0.93% | 0.11% | - |
| HSV(B) | 3.33º | 0.96% | 0.22% | - |
| XYZ | 1.7 | 0.95 | 0.15 | - |
| YUV | 19.91 | 117.9 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 5 | 2 | 0 | 0.91 | 0.96 | 0.78 | 3.33 | 0.93 | 0.11 |
| Hex | 38 | 5 | 2 | 0 | 5B | 60 | 4E | 3 | 5D | B |
| Octal | 70 | 5 | 2 | 0 | 133 | 140 | 116 | 3 | 135 | 13 |
| Binary | 111000 | 101 | 10 | 0 | 1011011 | 1100000 | 1001110 | 11 | 1011101 | 1011 |
Color Harmonies of #380502
Complementary color
Monochromatic Colors of #380502
Black with #380502
Text Example
Text Example
White with #380502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380502; }
p { color: rgb(56,5,2); }
H1.HeaderClassName
{
color: #380502;
}
.AnyTagClassName
{
color: #380502;
}
</style>
background-color css
<style>
a { background-color: #380502; }
a { background-color: rgb(56,5,2); }
div.DivClassName
{
background-color: #380502;
}
.BgClassName
{
background-color: #380502;
}
</style>
border-color css
<style>
span { border-color: #380502; }
span { border-color: rgb(56,5,2); }
td.TdClassName
{
border-color: #380502;
}
.TagClassName
{
border-color: #380502;
}
</style>