Shades of Brown Pod #361F14
Tints of Brown Pod #361F14
RGB
CMYK
RGB Variations
Color information
#361F14 (or 0x361F14) is known color: Brown Pod. HEX triplet: 36, 1F and 14. RGB value is (54,31,20). Sum of RGB (Red+Green+Blue) = 54+31+20=105 (13% of max value = 765). Red value is 54 (21.48% from 255 or 51.43% from 105); Green value is 31 (12.5% from 255 or 29.52% from 105); Blue value is 20 (8.20% from 255 or 19.05% from 105); Max value from RGB is 54 - color contains mainly: red. Hex color #361F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361F14 is #C9E0EB. Grayscale: #242424. Windows color (decimal): -13230316 or 1318710. OLE color: 1318710.
HSL color Cylindrical-coordinate representation of color #361F14: hue angle of 19.41º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #361F14 is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 31 | 20 | - |
| CMYK | 0 | 0.43 | 0.63 | 0.79 |
| HSL | 19.41º | 0.46% | 0.15% | - |
| HSV(B) | 19.41º | 0.63% | 0.21% | - |
| XYZ | 2.14 | 1.81 | 0.9 | - |
| YUV | 36.62 | 118.62 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 31 | 20 | 0 | 0.43 | 0.63 | 0.79 | 19.41 | 0.46 | 0.15 |
| Hex | 36 | 1F | 14 | 0 | 2B | 3F | 4F | 13 | 2E | F |
| Octal | 66 | 37 | 24 | 0 | 53 | 77 | 117 | 23 | 56 | 17 |
| Binary | 110110 | 11111 | 10100 | 0 | 101011 | 111111 | 1001111 | 10011 | 101110 | 1111 |
Color Harmonies of #361F14
Complementary color
Monochromatic Colors of #361F14
Black with #361F14
Text Example
Text Example
White with #361F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361F14; }
p { color: rgb(54,31,20); }
H1.HeaderClassName
{
color: #361F14;
}
.AnyTagClassName
{
color: #361F14;
}
</style>
background-color css
<style>
a { background-color: #361F14; }
a { background-color: rgb(54,31,20); }
div.DivClassName
{
background-color: #361F14;
}
.BgClassName
{
background-color: #361F14;
}
</style>
border-color css
<style>
span { border-color: #361F14; }
span { border-color: rgb(54,31,20); }
td.TdClassName
{
border-color: #361F14;
}
.TagClassName
{
border-color: #361F14;
}
</style>