Shades of Brown Pod #361D13
Tints of Brown Pod #361D13
RGB
CMYK
RGB Variations
Color information
#361D13 (or 0x361D13) is known color: Brown Pod. HEX triplet: 36, 1D and 13. RGB value is (54,29,19). Sum of RGB (Red+Green+Blue) = 54+29+19=102 (13% of max value = 765). Red value is 54 (21.48% from 255 or 52.94% from 102); Green value is 29 (11.72% from 255 or 28.43% from 102); Blue value is 19 (7.81% from 255 or 18.63% from 102); Max value from RGB is 54 - color contains mainly: red. Hex color #361D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361D13 is #C9E2EC. Grayscale: #232323. Windows color (decimal): -13230829 or 1252662. OLE color: 1252662.
HSL color Cylindrical-coordinate representation of color #361D13: hue angle of 17.14º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #361D13 is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 29 | 19 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.79 |
| HSL | 17.14º | 0.48% | 0.14% | - |
| HSV(B) | 17.14º | 0.65% | 0.21% | - |
| XYZ | 2.08 | 1.71 | 0.84 | - |
| YUV | 35.34 | 118.78 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 29 | 19 | 0 | 0.46 | 0.65 | 0.79 | 17.14 | 0.48 | 0.14 |
| Hex | 36 | 1D | 13 | 0 | 2E | 41 | 4F | 11 | 30 | E |
| Octal | 66 | 35 | 23 | 0 | 56 | 101 | 117 | 21 | 60 | 16 |
| Binary | 110110 | 11101 | 10011 | 0 | 101110 | 1000001 | 1001111 | 10001 | 110000 | 1110 |
Color Harmonies of #361D13
Complementary color
Monochromatic Colors of #361D13
Black with #361D13
Text Example
Text Example
White with #361D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361D13; }
p { color: rgb(54,29,19); }
H1.HeaderClassName
{
color: #361D13;
}
.AnyTagClassName
{
color: #361D13;
}
</style>
background-color css
<style>
a { background-color: #361D13; }
a { background-color: rgb(54,29,19); }
div.DivClassName
{
background-color: #361D13;
}
.BgClassName
{
background-color: #361D13;
}
</style>
border-color css
<style>
span { border-color: #361D13; }
span { border-color: rgb(54,29,19); }
td.TdClassName
{
border-color: #361D13;
}
.TagClassName
{
border-color: #361D13;
}
</style>