Shades of Brown Pod #351E12
Tints of Brown Pod #351E12
RGB
CMYK
RGB Variations
Color information
#351E12 (or 0x351E12) is known color: Brown Pod. HEX triplet: 35, 1E and 12. RGB value is (53,30,18). Sum of RGB (Red+Green+Blue) = 53+30+18=101 (13% of max value = 765). Red value is 53 (21.09% from 255 or 52.48% from 101); Green value is 30 (12.11% from 255 or 29.70% from 101); Blue value is 18 (7.42% from 255 or 17.82% from 101); Max value from RGB is 53 - color contains mainly: red. Hex color #351E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351E12 is #CAE1ED. Grayscale: #232323. Windows color (decimal): -13296110 or 1187381. OLE color: 1187381.
HSL color Cylindrical-coordinate representation of color #351E12: hue angle of 20.57º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #351E12 is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 30 | 18 | - |
| CMYK | 0 | 0.43 | 0.66 | 0.79 |
| HSL | 20.57º | 0.49% | 0.14% | - |
| HSV(B) | 20.57º | 0.66% | 0.21% | - |
| XYZ | 2.04 | 1.73 | 0.8 | - |
| YUV | 35.51 | 118.12 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 30 | 18 | 0 | 0.43 | 0.66 | 0.79 | 20.57 | 0.49 | 0.14 |
| Hex | 35 | 1E | 12 | 0 | 2B | 42 | 4F | 15 | 31 | E |
| Octal | 65 | 36 | 22 | 0 | 53 | 102 | 117 | 25 | 61 | 16 |
| Binary | 110101 | 11110 | 10010 | 0 | 101011 | 1000010 | 1001111 | 10101 | 110001 | 1110 |
Color Harmonies of #351E12
Complementary color
Monochromatic Colors of #351E12
Black with #351E12
Text Example
Text Example
White with #351E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351E12; }
p { color: rgb(53,30,18); }
H1.HeaderClassName
{
color: #351E12;
}
.AnyTagClassName
{
color: #351E12;
}
</style>
background-color css
<style>
a { background-color: #351E12; }
a { background-color: rgb(53,30,18); }
div.DivClassName
{
background-color: #351E12;
}
.BgClassName
{
background-color: #351E12;
}
</style>
border-color css
<style>
span { border-color: #351E12; }
span { border-color: rgb(53,30,18); }
td.TdClassName
{
border-color: #351E12;
}
.TagClassName
{
border-color: #351E12;
}
</style>