Shades of Brown Pod #351B14
Tints of Brown Pod #351B14
RGB
CMYK
RGB Variations
Color information
#351B14 (or 0x351B14) is known color: Brown Pod. HEX triplet: 35, 1B and 14. RGB value is (53,27,20). Sum of RGB (Red+Green+Blue) = 53+27+20=100 (13% of max value = 765). Red value is 53 (21.09% from 255 or 53% from 100); Green value is 27 (10.94% from 255 or 27% from 100); Blue value is 20 (8.20% from 255 or 20% from 100); Max value from RGB is 53 - color contains mainly: red. Hex color #351B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351B14 is #CAE4EB. Grayscale: #222222. Windows color (decimal): -13296876 or 1317685. OLE color: 1317685.
HSL color Cylindrical-coordinate representation of color #351B14: hue angle of 12.73º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #351B14 is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 27 | 20 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.79 |
| HSL | 12.73º | 0.45% | 0.14% | - |
| HSV(B) | 12.73º | 0.62% | 0.21% | - |
| XYZ | 1.99 | 1.59 | 0.86 | - |
| YUV | 33.98 | 120.11 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 27 | 20 | 0 | 0.49 | 0.62 | 0.79 | 12.73 | 0.45 | 0.14 |
| Hex | 35 | 1B | 14 | 0 | 31 | 3E | 4F | D | 2D | E |
| Octal | 65 | 33 | 24 | 0 | 61 | 76 | 117 | 15 | 55 | 16 |
| Binary | 110101 | 11011 | 10100 | 0 | 110001 | 111110 | 1001111 | 1101 | 101101 | 1110 |
Color Harmonies of #351B14
Complementary color
Monochromatic Colors of #351B14
Black with #351B14
Text Example
Text Example
White with #351B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351B14; }
p { color: rgb(53,27,20); }
H1.HeaderClassName
{
color: #351B14;
}
.AnyTagClassName
{
color: #351B14;
}
</style>
background-color css
<style>
a { background-color: #351B14; }
a { background-color: rgb(53,27,20); }
div.DivClassName
{
background-color: #351B14;
}
.BgClassName
{
background-color: #351B14;
}
</style>
border-color css
<style>
span { border-color: #351B14; }
span { border-color: rgb(53,27,20); }
td.TdClassName
{
border-color: #351B14;
}
.TagClassName
{
border-color: #351B14;
}
</style>