Shades of Seal Brown #380703
Tints of Seal Brown #380703
RGB
CMYK
RGB Variations
Color information
#380703 (or 0x380703) is known color: Seal Brown. HEX triplet: 38, 07 and 03. RGB value is (56,7,3). Sum of RGB (Red+Green+Blue) = 56+7+3=66 (8% of max value = 765). Red value is 56 (22.27% from 255 or 84.85% from 66); Green value is 7 (3.12% from 255 or 10.61% from 66); Blue value is 3 (1.56% from 255 or 4.55% from 66); Max value from RGB is 56 - color contains mainly: red. Hex color #380703 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380703 is #C7F8FC. Grayscale: #151515. Windows color (decimal): -13105405 or 198456. OLE color: 198456.
HSL color Cylindrical-coordinate representation of color #380703: hue angle of 4.53º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #380703 is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 7 | 3 | - |
| CMYK | 0 | 0.88 | 0.95 | 0.78 |
| HSL | 4.53º | 0.9% | 0.12% | - |
| HSV(B) | 4.53º | 0.95% | 0.22% | - |
| XYZ | 1.72 | 1 | 0.19 | - |
| YUV | 21.2 | 117.73 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 7 | 3 | 0 | 0.88 | 0.95 | 0.78 | 4.53 | 0.9 | 0.12 |
| Hex | 38 | 7 | 3 | 0 | 58 | 5F | 4E | 5 | 5A | C |
| Octal | 70 | 7 | 3 | 0 | 130 | 137 | 116 | 5 | 132 | 14 |
| Binary | 111000 | 111 | 11 | 0 | 1011000 | 1011111 | 1001110 | 101 | 1011010 | 1100 |
Color Harmonies of #380703
Complementary color
Monochromatic Colors of #380703
Black with #380703
Text Example
Text Example
White with #380703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380703; }
p { color: rgb(56,7,3); }
H1.HeaderClassName
{
color: #380703;
}
.AnyTagClassName
{
color: #380703;
}
</style>
background-color css
<style>
a { background-color: #380703; }
a { background-color: rgb(56,7,3); }
div.DivClassName
{
background-color: #380703;
}
.BgClassName
{
background-color: #380703;
}
</style>
border-color css
<style>
span { border-color: #380703; }
span { border-color: rgb(56,7,3); }
td.TdClassName
{
border-color: #380703;
}
.TagClassName
{
border-color: #380703;
}
</style>