Shades of Brown Pod #351B0B
Tints of Brown Pod #351B0B
RGB
CMYK
RGB Variations
Color information
#351B0B (or 0x351B0B) is known color: Brown Pod. HEX triplet: 35, 1B and 0B. RGB value is (53,27,11). Sum of RGB (Red+Green+Blue) = 53+27+11=91 (12% of max value = 765). Red value is 53 (21.09% from 255 or 58.24% from 91); Green value is 27 (10.94% from 255 or 29.67% from 91); Blue value is 11 (4.69% from 255 or 12.09% from 91); Max value from RGB is 53 - color contains mainly: red. Hex color #351B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351B0B is #CAE4F4. Grayscale: #212121. Windows color (decimal): -13296885 or 727861. OLE color: 727861.
HSL color Cylindrical-coordinate representation of color #351B0B: hue angle of 22.86º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #351B0B is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 27 | 11 | - |
| CMYK | 0 | 0.49 | 0.79 | 0.79 |
| HSL | 22.86º | 0.66% | 0.13% | - |
| HSV(B) | 22.86º | 0.79% | 0.21% | - |
| XYZ | 1.92 | 1.56 | 0.52 | - |
| YUV | 32.95 | 115.61 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 27 | 11 | 0 | 0.49 | 0.79 | 0.79 | 22.86 | 0.66 | 0.13 |
| Hex | 35 | 1B | B | 0 | 31 | 4F | 4F | 17 | 42 | D |
| Octal | 65 | 33 | 13 | 0 | 61 | 117 | 117 | 27 | 102 | 15 |
| Binary | 110101 | 11011 | 1011 | 0 | 110001 | 1001111 | 1001111 | 10111 | 1000010 | 1101 |
Color Harmonies of #351B0B
Complementary color
Monochromatic Colors of #351B0B
Black with #351B0B
Text Example
Text Example
White with #351B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351B0B; }
p { color: rgb(53,27,11); }
H1.HeaderClassName
{
color: #351B0B;
}
.AnyTagClassName
{
color: #351B0B;
}
</style>
background-color css
<style>
a { background-color: #351B0B; }
a { background-color: rgb(53,27,11); }
div.DivClassName
{
background-color: #351B0B;
}
.BgClassName
{
background-color: #351B0B;
}
</style>
border-color css
<style>
span { border-color: #351B0B; }
span { border-color: rgb(53,27,11); }
td.TdClassName
{
border-color: #351B0B;
}
.TagClassName
{
border-color: #351B0B;
}
</style>