Shades of Brown Pod #361C13
Tints of Brown Pod #361C13
RGB
CMYK
RGB Variations
Color information
#361C13 (or 0x361C13) is known color: Brown Pod. HEX triplet: 36, 1C and 13. RGB value is (54,28,19). Sum of RGB (Red+Green+Blue) = 54+28+19=101 (13% of max value = 765). Red value is 54 (21.48% from 255 or 53.47% from 101); Green value is 28 (11.33% from 255 or 27.72% from 101); Blue value is 19 (7.81% from 255 or 18.81% from 101); Max value from RGB is 54 - color contains mainly: red. Hex color #361C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361C13 is #C9E3EC. Grayscale: #222222. Windows color (decimal): -13231085 or 1252406. OLE color: 1252406.
HSL color Cylindrical-coordinate representation of color #361C13: hue angle of 15.43º 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 #361C13 is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 28 | 19 | - |
| CMYK | 0 | 0.48 | 0.65 | 0.79 |
| HSL | 15.43º | 0.48% | 0.14% | - |
| HSV(B) | 15.43º | 0.65% | 0.21% | - |
| XYZ | 2.05 | 1.66 | 0.83 | - |
| YUV | 34.75 | 119.11 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 28 | 19 | 0 | 0.48 | 0.65 | 0.79 | 15.43 | 0.48 | 0.14 |
| Hex | 36 | 1C | 13 | 0 | 30 | 41 | 4F | F | 30 | E |
| Octal | 66 | 34 | 23 | 0 | 60 | 101 | 117 | 17 | 60 | 16 |
| Binary | 110110 | 11100 | 10011 | 0 | 110000 | 1000001 | 1001111 | 1111 | 110000 | 1110 |
Color Harmonies of #361C13
Complementary color
Monochromatic Colors of #361C13
Black with #361C13
Text Example
Text Example
White with #361C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361C13; }
p { color: rgb(54,28,19); }
H1.HeaderClassName
{
color: #361C13;
}
.AnyTagClassName
{
color: #361C13;
}
</style>
background-color css
<style>
a { background-color: #361C13; }
a { background-color: rgb(54,28,19); }
div.DivClassName
{
background-color: #361C13;
}
.BgClassName
{
background-color: #361C13;
}
</style>
border-color css
<style>
span { border-color: #361C13; }
span { border-color: rgb(54,28,19); }
td.TdClassName
{
border-color: #361C13;
}
.TagClassName
{
border-color: #361C13;
}
</style>