Shades of Seal Brown #33140F
Tints of Seal Brown #33140F
RGB
CMYK
RGB Variations
Color information
#33140F (or 0x33140F) is known color: Seal Brown. HEX triplet: 33, 14 and 0F. RGB value is (51,20,15). Sum of RGB (Red+Green+Blue) = 51+20+15=86 (11% of max value = 765). Red value is 51 (20.31% from 255 or 59.30% from 86); Green value is 20 (8.20% from 255 or 23.26% from 86); Blue value is 15 (6.25% from 255 or 17.44% from 86); Max value from RGB is 51 - color contains mainly: red. Hex color #33140F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33140F is #CCEBF0. Grayscale: #1C1C1C. Windows color (decimal): -13429745 or 988211. OLE color: 988211.
HSL color Cylindrical-coordinate representation of color #33140F: hue angle of 8.33º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33140F is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 20 | 15 | - |
| CMYK | 0 | 0.61 | 0.71 | 0.8 |
| HSL | 8.33º | 0.55% | 0.13% | - |
| HSV(B) | 8.33º | 0.71% | 0.2% | - |
| XYZ | 1.7 | 1.24 | 0.6 | - |
| YUV | 28.7 | 120.27 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 20 | 15 | 0 | 0.61 | 0.71 | 0.8 | 8.33 | 0.55 | 0.13 |
| Hex | 33 | 14 | F | 0 | 3D | 47 | 50 | 8 | 37 | D |
| Octal | 63 | 24 | 17 | 0 | 75 | 107 | 120 | 10 | 67 | 15 |
| Binary | 110011 | 10100 | 1111 | 0 | 111101 | 1000111 | 1010000 | 1000 | 110111 | 1101 |
Color Harmonies of #33140F
Complementary color
Monochromatic Colors of #33140F
Black with #33140F
Text Example
Text Example
White with #33140F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33140F; }
p { color: rgb(51,20,15); }
H1.HeaderClassName
{
color: #33140F;
}
.AnyTagClassName
{
color: #33140F;
}
</style>
background-color css
<style>
a { background-color: #33140F; }
a { background-color: rgb(51,20,15); }
div.DivClassName
{
background-color: #33140F;
}
.BgClassName
{
background-color: #33140F;
}
</style>
border-color css
<style>
span { border-color: #33140F; }
span { border-color: rgb(51,20,15); }
td.TdClassName
{
border-color: #33140F;
}
.TagClassName
{
border-color: #33140F;
}
</style>