Shades of Brown Pod #371C14
Tints of Brown Pod #371C14
RGB
CMYK
RGB Variations
Color information
#371C14 (or 0x371C14) is known color: Brown Pod. HEX triplet: 37, 1C and 14. RGB value is (55,28,20). Sum of RGB (Red+Green+Blue) = 55+28+20=103 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.40% from 103); Green value is 28 (11.33% from 255 or 27.18% from 103); Blue value is 20 (8.20% from 255 or 19.42% from 103); Max value from RGB is 55 - color contains mainly: red. Hex color #371C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371C14 is #C8E3EB. Grayscale: #232323. Windows color (decimal): -13165548 or 1317943. OLE color: 1317943.
HSL color Cylindrical-coordinate representation of color #371C14: hue angle of 13.71º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #371C14 is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 28 | 20 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.78 |
| HSL | 13.71º | 0.47% | 0.15% | - |
| HSV(B) | 13.71º | 0.64% | 0.22% | - |
| XYZ | 2.12 | 1.69 | 0.88 | - |
| YUV | 35.16 | 119.45 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 28 | 20 | 0 | 0.49 | 0.64 | 0.78 | 13.71 | 0.47 | 0.15 |
| Hex | 37 | 1C | 14 | 0 | 31 | 40 | 4E | E | 2F | F |
| Octal | 67 | 34 | 24 | 0 | 61 | 100 | 116 | 16 | 57 | 17 |
| Binary | 110111 | 11100 | 10100 | 0 | 110001 | 1000000 | 1001110 | 1110 | 101111 | 1111 |
Color Harmonies of #371C14
Complementary color
Monochromatic Colors of #371C14
Black with #371C14
Text Example
Text Example
White with #371C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371C14; }
p { color: rgb(55,28,20); }
H1.HeaderClassName
{
color: #371C14;
}
.AnyTagClassName
{
color: #371C14;
}
</style>
background-color css
<style>
a { background-color: #371C14; }
a { background-color: rgb(55,28,20); }
div.DivClassName
{
background-color: #371C14;
}
.BgClassName
{
background-color: #371C14;
}
</style>
border-color css
<style>
span { border-color: #371C14; }
span { border-color: rgb(55,28,20); }
td.TdClassName
{
border-color: #371C14;
}
.TagClassName
{
border-color: #371C14;
}
</style>