Shades of Brown Pod #361B0C
Tints of Brown Pod #361B0C
RGB
CMYK
RGB Variations
Color information
#361B0C (or 0x361B0C) is known color: Brown Pod. HEX triplet: 36, 1B and 0C. RGB value is (54,27,12). Sum of RGB (Red+Green+Blue) = 54+27+12=93 (12% of max value = 765). Red value is 54 (21.48% from 255 or 58.06% from 93); Green value is 27 (10.94% from 255 or 29.03% from 93); Blue value is 12 (5.08% from 255 or 12.90% from 93); Max value from RGB is 54 - color contains mainly: red. Hex color #361B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361B0C is #C9E4F3. Grayscale: #212121. Windows color (decimal): -13231348 or 793398. OLE color: 793398.
HSL color Cylindrical-coordinate representation of color #361B0C: hue angle of 21.43º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #361B0C is Cyan = 0, Magento = 0.5, Yellow = 0.78 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 27 | 12 | - |
| CMYK | 0 | 0.5 | 0.78 | 0.79 |
| HSL | 21.43º | 0.64% | 0.13% | - |
| HSV(B) | 21.43º | 0.78% | 0.21% | - |
| XYZ | 1.98 | 1.59 | 0.55 | - |
| YUV | 33.36 | 115.95 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 27 | 12 | 0 | 0.5 | 0.78 | 0.79 | 21.43 | 0.64 | 0.13 |
| Hex | 36 | 1B | C | 0 | 32 | 4E | 4F | 15 | 40 | D |
| Octal | 66 | 33 | 14 | 0 | 62 | 116 | 117 | 25 | 100 | 15 |
| Binary | 110110 | 11011 | 1100 | 0 | 110010 | 1001110 | 1001111 | 10101 | 1000000 | 1101 |
Color Harmonies of #361B0C
Complementary color
Monochromatic Colors of #361B0C
Black with #361B0C
Text Example
Text Example
White with #361B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361B0C; }
p { color: rgb(54,27,12); }
H1.HeaderClassName
{
color: #361B0C;
}
.AnyTagClassName
{
color: #361B0C;
}
</style>
background-color css
<style>
a { background-color: #361B0C; }
a { background-color: rgb(54,27,12); }
div.DivClassName
{
background-color: #361B0C;
}
.BgClassName
{
background-color: #361B0C;
}
</style>
border-color css
<style>
span { border-color: #361B0C; }
span { border-color: rgb(54,27,12); }
td.TdClassName
{
border-color: #361B0C;
}
.TagClassName
{
border-color: #361B0C;
}
</style>