Shades of Brown Pod #361C14
Tints of Brown Pod #361C14
RGB
CMYK
RGB Variations
Color information
#361C14 (or 0x361C14) is known color: Brown Pod. HEX triplet: 36, 1C and 14. RGB value is (54,28,20). Sum of RGB (Red+Green+Blue) = 54+28+20=102 (13% of max value = 765). Red value is 54 (21.48% from 255 or 52.94% from 102); Green value is 28 (11.33% from 255 or 27.45% from 102); Blue value is 20 (8.20% from 255 or 19.61% from 102); Max value from RGB is 54 - color contains mainly: red. Hex color #361C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361C14 is #C9E3EB. Grayscale: #222222. Windows color (decimal): -13231084 or 1317942. OLE color: 1317942.
HSL color Cylindrical-coordinate representation of color #361C14: hue angle of 14.12º 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 #361C14 is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 28 | 20 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.79 |
| HSL | 14.12º | 0.46% | 0.15% | - |
| HSV(B) | 14.12º | 0.63% | 0.21% | - |
| XYZ | 2.06 | 1.67 | 0.87 | - |
| YUV | 34.86 | 119.61 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 28 | 20 | 0 | 0.48 | 0.63 | 0.79 | 14.12 | 0.46 | 0.15 |
| Hex | 36 | 1C | 14 | 0 | 30 | 3F | 4F | E | 2E | F |
| Octal | 66 | 34 | 24 | 0 | 60 | 77 | 117 | 16 | 56 | 17 |
| Binary | 110110 | 11100 | 10100 | 0 | 110000 | 111111 | 1001111 | 1110 | 101110 | 1111 |
Color Harmonies of #361C14
Complementary color
Monochromatic Colors of #361C14
Black with #361C14
Text Example
Text Example
White with #361C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361C14; }
p { color: rgb(54,28,20); }
H1.HeaderClassName
{
color: #361C14;
}
.AnyTagClassName
{
color: #361C14;
}
</style>
background-color css
<style>
a { background-color: #361C14; }
a { background-color: rgb(54,28,20); }
div.DivClassName
{
background-color: #361C14;
}
.BgClassName
{
background-color: #361C14;
}
</style>
border-color css
<style>
span { border-color: #361C14; }
span { border-color: rgb(54,28,20); }
td.TdClassName
{
border-color: #361C14;
}
.TagClassName
{
border-color: #361C14;
}
</style>