Shades of Brown Pod #351912
Tints of Brown Pod #351912
RGB
CMYK
RGB Variations
Color information
#351912 (or 0x351912) is known color: Brown Pod. HEX triplet: 35, 19 and 12. RGB value is (53,25,18). Sum of RGB (Red+Green+Blue) = 53+25+18=96 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.21% from 96); Green value is 25 (10.16% from 255 or 26.04% from 96); Blue value is 18 (7.42% from 255 or 18.75% from 96); Max value from RGB is 53 - color contains mainly: red. Hex color #351912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351912 is #CAE6ED. Grayscale: #202020. Windows color (decimal): -13297390 or 1186101. OLE color: 1186101.
HSL color Cylindrical-coordinate representation of color #351912: hue angle of 12º 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 #351912 is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 25 | 18 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.79 |
| HSL | 12º | 0.49% | 0.14% | - |
| HSV(B) | 12º | 0.66% | 0.21% | - |
| XYZ | 1.93 | 1.5 | 0.76 | - |
| YUV | 32.57 | 119.78 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 25 | 18 | 0 | 0.53 | 0.66 | 0.79 | 12 | 0.49 | 0.14 |
| Hex | 35 | 19 | 12 | 0 | 35 | 42 | 4F | C | 31 | E |
| Octal | 65 | 31 | 22 | 0 | 65 | 102 | 117 | 14 | 61 | 16 |
| Binary | 110101 | 11001 | 10010 | 0 | 110101 | 1000010 | 1001111 | 1100 | 110001 | 1110 |
Color Harmonies of #351912
Complementary color
Monochromatic Colors of #351912
Black with #351912
Text Example
Text Example
White with #351912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351912; }
p { color: rgb(53,25,18); }
H1.HeaderClassName
{
color: #351912;
}
.AnyTagClassName
{
color: #351912;
}
</style>
background-color css
<style>
a { background-color: #351912; }
a { background-color: rgb(53,25,18); }
div.DivClassName
{
background-color: #351912;
}
.BgClassName
{
background-color: #351912;
}
</style>
border-color css
<style>
span { border-color: #351912; }
span { border-color: rgb(53,25,18); }
td.TdClassName
{
border-color: #351912;
}
.TagClassName
{
border-color: #351912;
}
</style>