Shades of Brown Pod #351A10
Tints of Brown Pod #351A10
RGB
CMYK
RGB Variations
Color information
#351A10 (or 0x351A10) is known color: Brown Pod. HEX triplet: 35, 1A and 10. RGB value is (53,26,16). Sum of RGB (Red+Green+Blue) = 53+26+16=95 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.79% from 95); Green value is 26 (10.55% from 255 or 27.37% from 95); Blue value is 16 (6.64% from 255 or 16.84% from 95); Max value from RGB is 53 - color contains mainly: red. Hex color #351A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351A10 is #CAE5EF. Grayscale: #212121. Windows color (decimal): -13297136 or 1055285. OLE color: 1055285.
HSL color Cylindrical-coordinate representation of color #351A10: hue angle of 16.22º degrees, saturation: 0.54, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #351A10 is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 26 | 16 | - |
| CMYK | 0 | 0.51 | 0.70 | 0.79 |
| HSL | 16.22º | 0.54% | 0.14% | - |
| HSV(B) | 16.22º | 0.7% | 0.21% | - |
| XYZ | 1.93 | 1.53 | 0.68 | - |
| YUV | 32.93 | 118.45 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 26 | 16 | 0 | 0.51 | 0.70 | 0.79 | 16.22 | 0.54 | 0.14 |
| Hex | 35 | 1A | 10 | 0 | 33 | 46 | 4F | 10 | 36 | E |
| Octal | 65 | 32 | 20 | 0 | 63 | 106 | 117 | 20 | 66 | 16 |
| Binary | 110101 | 11010 | 10000 | 0 | 110011 | 1000110 | 1001111 | 10000 | 110110 | 1110 |
Color Harmonies of #351A10
Complementary color
Monochromatic Colors of #351A10
Black with #351A10
Text Example
Text Example
White with #351A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351A10; }
p { color: rgb(53,26,16); }
H1.HeaderClassName
{
color: #351A10;
}
.AnyTagClassName
{
color: #351A10;
}
</style>
background-color css
<style>
a { background-color: #351A10; }
a { background-color: rgb(53,26,16); }
div.DivClassName
{
background-color: #351A10;
}
.BgClassName
{
background-color: #351A10;
}
</style>
border-color css
<style>
span { border-color: #351A10; }
span { border-color: rgb(53,26,16); }
td.TdClassName
{
border-color: #351A10;
}
.TagClassName
{
border-color: #351A10;
}
</style>