Shades of Seal Brown #381102
Tints of Seal Brown #381102
RGB
CMYK
RGB Variations
Color information
#381102 (or 0x381102) is known color: Seal Brown. HEX triplet: 38, 11 and 02. RGB value is (56,17,2). Sum of RGB (Red+Green+Blue) = 56+17+2=75 (9% of max value = 765). Red value is 56 (22.27% from 255 or 74.67% from 75); Green value is 17 (7.03% from 255 or 22.67% from 75); Blue value is 2 (1.17% from 255 or 2.67% from 75); Max value from RGB is 56 - color contains mainly: red. Hex color #381102 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381102 is #C7EEFD. Grayscale: #1B1B1B. Windows color (decimal): -13102846 or 135480. OLE color: 135480.
HSL color Cylindrical-coordinate representation of color #381102: hue angle of 16.67º 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 #381102 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 17 | 2 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.78 |
| HSL | 16.67º | 0.93% | 0.11% | - |
| HSV(B) | 16.67º | 0.96% | 0.22% | - |
| XYZ | 1.84 | 1.25 | 0.2 | - |
| YUV | 26.95 | 113.92 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 17 | 2 | 0 | 0.70 | 0.96 | 0.78 | 16.67 | 0.93 | 0.11 |
| Hex | 38 | 11 | 2 | 0 | 46 | 60 | 4E | 11 | 5D | B |
| Octal | 70 | 21 | 2 | 0 | 106 | 140 | 116 | 21 | 135 | 13 |
| Binary | 111000 | 10001 | 10 | 0 | 1000110 | 1100000 | 1001110 | 10001 | 1011101 | 1011 |
Color Harmonies of #381102
Complementary color
Monochromatic Colors of #381102
Black with #381102
Text Example
Text Example
White with #381102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381102; }
p { color: rgb(56,17,2); }
H1.HeaderClassName
{
color: #381102;
}
.AnyTagClassName
{
color: #381102;
}
</style>
background-color css
<style>
a { background-color: #381102; }
a { background-color: rgb(56,17,2); }
div.DivClassName
{
background-color: #381102;
}
.BgClassName
{
background-color: #381102;
}
</style>
border-color css
<style>
span { border-color: #381102; }
span { border-color: rgb(56,17,2); }
td.TdClassName
{
border-color: #381102;
}
.TagClassName
{
border-color: #381102;
}
</style>