Shades of Brown Pod #351C0C
Tints of Brown Pod #351C0C
RGB
CMYK
RGB Variations
Color information
#351C0C (or 0x351C0C) is known color: Brown Pod. HEX triplet: 35, 1C and 0C. RGB value is (53,28,12). Sum of RGB (Red+Green+Blue) = 53+28+12=93 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.99% from 93); Green value is 28 (11.33% from 255 or 30.11% from 93); Blue value is 12 (5.08% from 255 or 12.90% from 93); Max value from RGB is 53 - color contains mainly: red. Hex color #351C0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351C0C is #CAE3F3. Grayscale: #212121. Windows color (decimal): -13296628 or 793653. OLE color: 793653.
HSL color Cylindrical-coordinate representation of color #351C0C: hue angle of 23.41º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #351C0C is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 28 | 12 | - |
| CMYK | 0 | 0.47 | 0.77 | 0.79 |
| HSL | 23.41º | 0.63% | 0.13% | - |
| HSV(B) | 23.41º | 0.77% | 0.21% | - |
| XYZ | 1.95 | 1.61 | 0.56 | - |
| YUV | 33.65 | 115.78 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 28 | 12 | 0 | 0.47 | 0.77 | 0.79 | 23.41 | 0.63 | 0.13 |
| Hex | 35 | 1C | C | 0 | 2F | 4D | 4F | 17 | 3F | D |
| Octal | 65 | 34 | 14 | 0 | 57 | 115 | 117 | 27 | 77 | 15 |
| Binary | 110101 | 11100 | 1100 | 0 | 101111 | 1001101 | 1001111 | 10111 | 111111 | 1101 |
Color Harmonies of #351C0C
Complementary color
Monochromatic Colors of #351C0C
Black with #351C0C
Text Example
Text Example
White with #351C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351C0C; }
p { color: rgb(53,28,12); }
H1.HeaderClassName
{
color: #351C0C;
}
.AnyTagClassName
{
color: #351C0C;
}
</style>
background-color css
<style>
a { background-color: #351C0C; }
a { background-color: rgb(53,28,12); }
div.DivClassName
{
background-color: #351C0C;
}
.BgClassName
{
background-color: #351C0C;
}
</style>
border-color css
<style>
span { border-color: #351C0C; }
span { border-color: rgb(53,28,12); }
td.TdClassName
{
border-color: #351C0C;
}
.TagClassName
{
border-color: #351C0C;
}
</style>