Shades of Brown Pod #361B0B
Tints of Brown Pod #361B0B
RGB
CMYK
RGB Variations
Color information
#361B0B (or 0x361B0B) is known color: Brown Pod. HEX triplet: 36, 1B and 0B. RGB value is (54,27,11). Sum of RGB (Red+Green+Blue) = 54+27+11=92 (12% of max value = 765). Red value is 54 (21.48% from 255 or 58.70% from 92); Green value is 27 (10.94% from 255 or 29.35% from 92); Blue value is 11 (4.69% from 255 or 11.96% from 92); Max value from RGB is 54 - color contains mainly: red. Hex color #361B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361B0B is #C9E4F4. Grayscale: #212121. Windows color (decimal): -13231349 or 727862. OLE color: 727862.
HSL color Cylindrical-coordinate representation of color #361B0B: hue angle of 22.33º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #361B0B is Cyan = 0, Magento = 0.5, Yellow = 0.80 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 27 | 11 | - |
| CMYK | 0 | 0.5 | 0.80 | 0.79 |
| HSL | 22.33º | 0.66% | 0.13% | - |
| HSV(B) | 22.33º | 0.8% | 0.21% | - |
| XYZ | 1.97 | 1.59 | 0.52 | - |
| YUV | 33.25 | 115.45 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 27 | 11 | 0 | 0.5 | 0.80 | 0.79 | 22.33 | 0.66 | 0.13 |
| Hex | 36 | 1B | B | 0 | 32 | 50 | 4F | 16 | 42 | D |
| Octal | 66 | 33 | 13 | 0 | 62 | 120 | 117 | 26 | 102 | 15 |
| Binary | 110110 | 11011 | 1011 | 0 | 110010 | 1010000 | 1001111 | 10110 | 1000010 | 1101 |
Color Harmonies of #361B0B
Complementary color
Monochromatic Colors of #361B0B
Black with #361B0B
Text Example
Text Example
White with #361B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361B0B; }
p { color: rgb(54,27,11); }
H1.HeaderClassName
{
color: #361B0B;
}
.AnyTagClassName
{
color: #361B0B;
}
</style>
background-color css
<style>
a { background-color: #361B0B; }
a { background-color: rgb(54,27,11); }
div.DivClassName
{
background-color: #361B0B;
}
.BgClassName
{
background-color: #361B0B;
}
</style>
border-color css
<style>
span { border-color: #361B0B; }
span { border-color: rgb(54,27,11); }
td.TdClassName
{
border-color: #361B0B;
}
.TagClassName
{
border-color: #361B0B;
}
</style>