Shades of Brown Pod #351B12
Tints of Brown Pod #351B12
RGB
CMYK
RGB Variations
Color information
#351B12 (or 0x351B12) is known color: Brown Pod. HEX triplet: 35, 1B and 12. RGB value is (53,27,18). Sum of RGB (Red+Green+Blue) = 53+27+18=98 (12% of max value = 765). Red value is 53 (21.09% from 255 or 54.08% from 98); Green value is 27 (10.94% from 255 or 27.55% from 98); Blue value is 18 (7.42% from 255 or 18.37% from 98); Max value from RGB is 53 - color contains mainly: red. Hex color #351B12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351B12 is #CAE4ED. Grayscale: #212121. Windows color (decimal): -13296878 or 1186613. OLE color: 1186613.
HSL color Cylindrical-coordinate representation of color #351B12: hue angle of 15.43º 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 #351B12 is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 27 | 18 | - |
| CMYK | 0 | 0.49 | 0.66 | 0.79 |
| HSL | 15.43º | 0.49% | 0.14% | - |
| HSV(B) | 15.43º | 0.66% | 0.21% | - |
| XYZ | 1.97 | 1.58 | 0.77 | - |
| YUV | 33.75 | 119.11 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 27 | 18 | 0 | 0.49 | 0.66 | 0.79 | 15.43 | 0.49 | 0.14 |
| Hex | 35 | 1B | 12 | 0 | 31 | 42 | 4F | F | 31 | E |
| Octal | 65 | 33 | 22 | 0 | 61 | 102 | 117 | 17 | 61 | 16 |
| Binary | 110101 | 11011 | 10010 | 0 | 110001 | 1000010 | 1001111 | 1111 | 110001 | 1110 |
Color Harmonies of #351B12
Complementary color
Monochromatic Colors of #351B12
Black with #351B12
Text Example
Text Example
White with #351B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351B12; }
p { color: rgb(53,27,18); }
H1.HeaderClassName
{
color: #351B12;
}
.AnyTagClassName
{
color: #351B12;
}
</style>
background-color css
<style>
a { background-color: #351B12; }
a { background-color: rgb(53,27,18); }
div.DivClassName
{
background-color: #351B12;
}
.BgClassName
{
background-color: #351B12;
}
</style>
border-color css
<style>
span { border-color: #351B12; }
span { border-color: rgb(53,27,18); }
td.TdClassName
{
border-color: #351B12;
}
.TagClassName
{
border-color: #351B12;
}
</style>