Shades of Brown Pod #351F1C
Tints of Brown Pod #351F1C
RGB
CMYK
RGB Variations
Color information
#351F1C (or 0x351F1C) is known color: Brown Pod. HEX triplet: 35, 1F and 1C. RGB value is (53,31,28). Sum of RGB (Red+Green+Blue) = 53+31+28=112 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.32% from 112); Green value is 31 (12.5% from 255 or 27.68% from 112); Blue value is 28 (11.33% from 255 or 25% from 112); Max value from RGB is 53 - color contains mainly: red. Hex color #351F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351F1C is #CAE0E3. Grayscale: #252525. Windows color (decimal): -13295844 or 1842997. OLE color: 1842997.
HSL color Cylindrical-coordinate representation of color #351F1C: hue angle of 7.2º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #351F1C is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 31 | 28 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.79 |
| HSL | 7.2º | 0.31% | 0.16% | - |
| HSV(B) | 7.2º | 0.47% | 0.21% | - |
| XYZ | 2.17 | 1.82 | 1.34 | - |
| YUV | 37.24 | 122.79 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 31 | 28 | 0 | 0.42 | 0.47 | 0.79 | 7.2 | 0.31 | 0.16 |
| Hex | 35 | 1F | 1C | 0 | 2A | 2F | 4F | 7 | 1F | 10 |
| Octal | 65 | 37 | 34 | 0 | 52 | 57 | 117 | 7 | 37 | 20 |
| Binary | 110101 | 11111 | 11100 | 0 | 101010 | 101111 | 1001111 | 111 | 11111 | 10000 |
Color Harmonies of #351F1C
Complementary color
Monochromatic Colors of #351F1C
Black with #351F1C
Text Example
Text Example
White with #351F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351F1C; }
p { color: rgb(53,31,28); }
H1.HeaderClassName
{
color: #351F1C;
}
.AnyTagClassName
{
color: #351F1C;
}
</style>
background-color css
<style>
a { background-color: #351F1C; }
a { background-color: rgb(53,31,28); }
div.DivClassName
{
background-color: #351F1C;
}
.BgClassName
{
background-color: #351F1C;
}
</style>
border-color css
<style>
span { border-color: #351F1C; }
span { border-color: rgb(53,31,28); }
td.TdClassName
{
border-color: #351F1C;
}
.TagClassName
{
border-color: #351F1C;
}
</style>