Shades of Brown Pod #361B0D
Tints of Brown Pod #361B0D
RGB
CMYK
RGB Variations
Color information
#361B0D (or 0x361B0D) is known color: Brown Pod. HEX triplet: 36, 1B and 0D. RGB value is (54,27,13). Sum of RGB (Red+Green+Blue) = 54+27+13=94 (12% of max value = 765). Red value is 54 (21.48% from 255 or 57.45% from 94); Green value is 27 (10.94% from 255 or 28.72% from 94); Blue value is 13 (5.47% from 255 or 13.83% from 94); Max value from RGB is 54 - color contains mainly: red. Hex color #361B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361B0D is #C9E4F2. Grayscale: #212121. Windows color (decimal): -13231347 or 858934. OLE color: 858934.
HSL color Cylindrical-coordinate representation of color #361B0D: hue angle of 20.49º 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 #361B0D is Cyan = 0, Magento = 0.5, Yellow = 0.76 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 27 | 13 | - |
| CMYK | 0 | 0.5 | 0.76 | 0.79 |
| HSL | 20.49º | 0.61% | 0.13% | - |
| HSV(B) | 20.49º | 0.76% | 0.21% | - |
| XYZ | 1.99 | 1.6 | 0.58 | - |
| YUV | 33.48 | 116.45 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 27 | 13 | 0 | 0.5 | 0.76 | 0.79 | 20.49 | 0.61 | 0.13 |
| Hex | 36 | 1B | D | 0 | 32 | 4C | 4F | 14 | 3D | D |
| Octal | 66 | 33 | 15 | 0 | 62 | 114 | 117 | 24 | 75 | 15 |
| Binary | 110110 | 11011 | 1101 | 0 | 110010 | 1001100 | 1001111 | 10100 | 111101 | 1101 |
Color Harmonies of #361B0D
Complementary color
Monochromatic Colors of #361B0D
Black with #361B0D
Text Example
Text Example
White with #361B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361B0D; }
p { color: rgb(54,27,13); }
H1.HeaderClassName
{
color: #361B0D;
}
.AnyTagClassName
{
color: #361B0D;
}
</style>
background-color css
<style>
a { background-color: #361B0D; }
a { background-color: rgb(54,27,13); }
div.DivClassName
{
background-color: #361B0D;
}
.BgClassName
{
background-color: #361B0D;
}
</style>
border-color css
<style>
span { border-color: #361B0D; }
span { border-color: rgb(54,27,13); }
td.TdClassName
{
border-color: #361B0D;
}
.TagClassName
{
border-color: #361B0D;
}
</style>