Shades of Seal Brown #380F02
Tints of Seal Brown #380F02
RGB
CMYK
RGB Variations
Color information
#380F02 (or 0x380F02) is known color: Seal Brown. HEX triplet: 38, 0F and 02. RGB value is (56,15,2). Sum of RGB (Red+Green+Blue) = 56+15+2=73 (9% of max value = 765). Red value is 56 (22.27% from 255 or 76.71% from 73); Green value is 15 (6.25% from 255 or 20.55% from 73); Blue value is 2 (1.17% from 255 or 2.74% from 73); Max value from RGB is 56 - color contains mainly: red. Hex color #380F02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380F02 is #C7F0FD. Grayscale: #191919. Windows color (decimal): -13103358 or 134968. OLE color: 134968.
HSL color Cylindrical-coordinate representation of color #380F02: hue angle of 14.44º 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 #380F02 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 15 | 2 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.78 |
| HSL | 14.44º | 0.93% | 0.11% | - |
| HSV(B) | 14.44º | 0.96% | 0.22% | - |
| XYZ | 1.81 | 1.19 | 0.19 | - |
| YUV | 25.78 | 114.58 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 15 | 2 | 0 | 0.73 | 0.96 | 0.78 | 14.44 | 0.93 | 0.11 |
| Hex | 38 | F | 2 | 0 | 49 | 60 | 4E | E | 5D | B |
| Octal | 70 | 17 | 2 | 0 | 111 | 140 | 116 | 16 | 135 | 13 |
| Binary | 111000 | 1111 | 10 | 0 | 1001001 | 1100000 | 1001110 | 1110 | 1011101 | 1011 |
Color Harmonies of #380F02
Complementary color
Monochromatic Colors of #380F02
Black with #380F02
Text Example
Text Example
White with #380F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380F02; }
p { color: rgb(56,15,2); }
H1.HeaderClassName
{
color: #380F02;
}
.AnyTagClassName
{
color: #380F02;
}
</style>
background-color css
<style>
a { background-color: #380F02; }
a { background-color: rgb(56,15,2); }
div.DivClassName
{
background-color: #380F02;
}
.BgClassName
{
background-color: #380F02;
}
</style>
border-color css
<style>
span { border-color: #380F02; }
span { border-color: rgb(56,15,2); }
td.TdClassName
{
border-color: #380F02;
}
.TagClassName
{
border-color: #380F02;
}
</style>