Shades of Seal Brown #380705
Tints of Seal Brown #380705
RGB
CMYK
RGB Variations
Color information
#380705 (or 0x380705) is known color: Seal Brown. HEX triplet: 38, 07 and 05. RGB value is (56,7,5). Sum of RGB (Red+Green+Blue) = 56+7+5=68 (9% of max value = 765). Red value is 56 (22.27% from 255 or 82.35% from 68); Green value is 7 (3.12% from 255 or 10.29% from 68); Blue value is 5 (2.34% from 255 or 7.35% from 68); Max value from RGB is 56 - color contains mainly: red. Hex color #380705 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380705 is #C7F8FA. Grayscale: #151515. Windows color (decimal): -13105403 or 329528. OLE color: 329528.
HSL color Cylindrical-coordinate representation of color #380705: hue angle of 2.35º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #380705 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 7 | 5 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.78 |
| HSL | 2.35º | 0.84% | 0.12% | - |
| HSV(B) | 2.35º | 0.91% | 0.22% | - |
| XYZ | 1.73 | 1 | 0.25 | - |
| YUV | 21.42 | 118.73 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 7 | 5 | 0 | 0.88 | 0.91 | 0.78 | 2.35 | 0.84 | 0.12 |
| Hex | 38 | 7 | 5 | 0 | 58 | 5B | 4E | 2 | 54 | C |
| Octal | 70 | 7 | 5 | 0 | 130 | 133 | 116 | 2 | 124 | 14 |
| Binary | 111000 | 111 | 101 | 0 | 1011000 | 1011011 | 1001110 | 10 | 1010100 | 1100 |
Color Harmonies of #380705
Complementary color
Monochromatic Colors of #380705
Black with #380705
Text Example
Text Example
White with #380705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380705; }
p { color: rgb(56,7,5); }
H1.HeaderClassName
{
color: #380705;
}
.AnyTagClassName
{
color: #380705;
}
</style>
background-color css
<style>
a { background-color: #380705; }
a { background-color: rgb(56,7,5); }
div.DivClassName
{
background-color: #380705;
}
.BgClassName
{
background-color: #380705;
}
</style>
border-color css
<style>
span { border-color: #380705; }
span { border-color: rgb(56,7,5); }
td.TdClassName
{
border-color: #380705;
}
.TagClassName
{
border-color: #380705;
}
</style>