Shades of Brown Pod #351A11
Tints of Brown Pod #351A11
RGB
CMYK
RGB Variations
Color information
#351A11 (or 0x351A11) is known color: Brown Pod. HEX triplet: 35, 1A and 11. RGB value is (53,26,17). Sum of RGB (Red+Green+Blue) = 53+26+17=96 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.21% from 96); Green value is 26 (10.55% from 255 or 27.08% from 96); Blue value is 17 (7.03% from 255 or 17.71% from 96); Max value from RGB is 53 - color contains mainly: red. Hex color #351A11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351A11 is #CAE5EE. Grayscale: #212121. Windows color (decimal): -13297135 or 1120821. OLE color: 1120821.
HSL color Cylindrical-coordinate representation of color #351A11: hue angle of 15º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #351A11 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 26 | 17 | - |
| CMYK | 0 | 0.51 | 0.68 | 0.79 |
| HSL | 15º | 0.51% | 0.14% | - |
| HSV(B) | 15º | 0.68% | 0.21% | - |
| XYZ | 1.94 | 1.54 | 0.72 | - |
| YUV | 33.05 | 118.95 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 26 | 17 | 0 | 0.51 | 0.68 | 0.79 | 15 | 0.51 | 0.14 |
| Hex | 35 | 1A | 11 | 0 | 33 | 44 | 4F | F | 33 | E |
| Octal | 65 | 32 | 21 | 0 | 63 | 104 | 117 | 17 | 63 | 16 |
| Binary | 110101 | 11010 | 10001 | 0 | 110011 | 1000100 | 1001111 | 1111 | 110011 | 1110 |
Color Harmonies of #351A11
Complementary color
Monochromatic Colors of #351A11
Black with #351A11
Text Example
Text Example
White with #351A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351A11; }
p { color: rgb(53,26,17); }
H1.HeaderClassName
{
color: #351A11;
}
.AnyTagClassName
{
color: #351A11;
}
</style>
background-color css
<style>
a { background-color: #351A11; }
a { background-color: rgb(53,26,17); }
div.DivClassName
{
background-color: #351A11;
}
.BgClassName
{
background-color: #351A11;
}
</style>
border-color css
<style>
span { border-color: #351A11; }
span { border-color: rgb(53,26,17); }
td.TdClassName
{
border-color: #351A11;
}
.TagClassName
{
border-color: #351A11;
}
</style>