Shades of Brown Pod #361C0D
Tints of Brown Pod #361C0D
RGB
CMYK
RGB Variations
Color information
#361C0D (or 0x361C0D) is known color: Brown Pod. HEX triplet: 36, 1C and 0D. RGB value is (54,28,13). Sum of RGB (Red+Green+Blue) = 54+28+13=95 (12% of max value = 765). Red value is 54 (21.48% from 255 or 56.84% from 95); Green value is 28 (11.33% from 255 or 29.47% from 95); Blue value is 13 (5.47% from 255 or 13.68% from 95); Max value from RGB is 54 - color contains mainly: red. Hex color #361C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361C0D is #C9E3F2. Grayscale: #222222. Windows color (decimal): -13231091 or 859190. OLE color: 859190.
HSL color Cylindrical-coordinate representation of color #361C0D: hue angle of 21.95º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #361C0D is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 28 | 13 | - |
| CMYK | 0 | 0.48 | 0.76 | 0.79 |
| HSL | 21.95º | 0.61% | 0.13% | - |
| HSV(B) | 21.95º | 0.76% | 0.21% | - |
| XYZ | 2.01 | 1.64 | 0.59 | - |
| YUV | 34.06 | 116.11 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 28 | 13 | 0 | 0.48 | 0.76 | 0.79 | 21.95 | 0.61 | 0.13 |
| Hex | 36 | 1C | D | 0 | 30 | 4C | 4F | 16 | 3D | D |
| Octal | 66 | 34 | 15 | 0 | 60 | 114 | 117 | 26 | 75 | 15 |
| Binary | 110110 | 11100 | 1101 | 0 | 110000 | 1001100 | 1001111 | 10110 | 111101 | 1101 |
Color Harmonies of #361C0D
Complementary color
Monochromatic Colors of #361C0D
Black with #361C0D
Text Example
Text Example
White with #361C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361C0D; }
p { color: rgb(54,28,13); }
H1.HeaderClassName
{
color: #361C0D;
}
.AnyTagClassName
{
color: #361C0D;
}
</style>
background-color css
<style>
a { background-color: #361C0D; }
a { background-color: rgb(54,28,13); }
div.DivClassName
{
background-color: #361C0D;
}
.BgClassName
{
background-color: #361C0D;
}
</style>
border-color css
<style>
span { border-color: #361C0D; }
span { border-color: rgb(54,28,13); }
td.TdClassName
{
border-color: #361C0D;
}
.TagClassName
{
border-color: #361C0D;
}
</style>