Shades of Brown Pod #351500
Tints of Brown Pod #351500
RGB
CMYK
RGB Variations
Color information
#351500 (or 0x351500) is known color: Brown Pod. HEX triplet: 35, 15 and 00. RGB value is (53,21,0). Sum of RGB (Red+Green+Blue) = 53+21+0=74 (9% of max value = 765). Red value is 53 (21.09% from 255 or 71.62% from 74); Green value is 21 (8.59% from 255 or 28.38% from 74); Blue value is 0 (0.39% from 255 or 0% from 74); Max value from RGB is 53 - color contains mainly: red. Hex color #351500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351500 is #CAEAFF. Grayscale: #1C1C1C. Windows color (decimal): -13298432 or 5429. OLE color: 5429.
HSL color Cylindrical-coordinate representation of color #351500: hue angle of 23.77º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #351500 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 21 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.79 |
| HSL | 23.77º | 1% | 0.1% | - |
| HSV(B) | 23.77º | 1% | 0.21% | - |
| XYZ | 1.74 | 1.29 | 0.16 | - |
| YUV | 28.17 | 112.1 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 21 | 0 | 0 | 0.60 | 1 | 0.79 | 23.77 | 1 | 0.1 |
| Hex | 35 | 15 | 0 | 0 | 3C | 64 | 4F | 18 | 64 | A |
| Octal | 65 | 25 | 0 | 0 | 74 | 144 | 117 | 30 | 144 | 12 |
| Binary | 110101 | 10101 | 0 | 0 | 111100 | 1100100 | 1001111 | 11000 | 1100100 | 1010 |
Color Harmonies of #351500
Complementary color
Monochromatic Colors of #351500
Black with #351500
Text Example
Text Example
White with #351500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351500; }
p { color: rgb(53,21,0); }
H1.HeaderClassName
{
color: #351500;
}
.AnyTagClassName
{
color: #351500;
}
</style>
background-color css
<style>
a { background-color: #351500; }
a { background-color: rgb(53,21,0); }
div.DivClassName
{
background-color: #351500;
}
.BgClassName
{
background-color: #351500;
}
</style>
border-color css
<style>
span { border-color: #351500; }
span { border-color: rgb(53,21,0); }
td.TdClassName
{
border-color: #351500;
}
.TagClassName
{
border-color: #351500;
}
</style>