Shades of Brown Pod #351401
Tints of Brown Pod #351401
RGB
CMYK
RGB Variations
Color information
#351401 (or 0x351401) is known color: Brown Pod. HEX triplet: 35, 14 and 01. RGB value is (53,20,1). Sum of RGB (Red+Green+Blue) = 53+20+1=74 (9% of max value = 765). Red value is 53 (21.09% from 255 or 71.62% from 74); Green value is 20 (8.20% from 255 or 27.03% from 74); Blue value is 1 (0.78% from 255 or 1.35% from 74); Max value from RGB is 53 - color contains mainly: red. Hex color #351401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351401 is #CAEBFE. Grayscale: #1B1B1B. Windows color (decimal): -13298687 or 70709. OLE color: 70709.
HSL color Cylindrical-coordinate representation of color #351401: hue angle of 21.92º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #351401 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 20 | 1 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.79 |
| HSL | 21.92º | 0.96% | 0.11% | - |
| HSV(B) | 21.92º | 0.98% | 0.21% | - |
| XYZ | 1.72 | 1.26 | 0.18 | - |
| YUV | 27.7 | 112.93 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 20 | 1 | 0 | 0.62 | 0.98 | 0.79 | 21.92 | 0.96 | 0.11 |
| Hex | 35 | 14 | 1 | 0 | 3E | 62 | 4F | 16 | 60 | B |
| Octal | 65 | 24 | 1 | 0 | 76 | 142 | 117 | 26 | 140 | 13 |
| Binary | 110101 | 10100 | 1 | 0 | 111110 | 1100010 | 1001111 | 10110 | 1100000 | 1011 |
Color Harmonies of #351401
Complementary color
Monochromatic Colors of #351401
Black with #351401
Text Example
Text Example
White with #351401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351401; }
p { color: rgb(53,20,1); }
H1.HeaderClassName
{
color: #351401;
}
.AnyTagClassName
{
color: #351401;
}
</style>
background-color css
<style>
a { background-color: #351401; }
a { background-color: rgb(53,20,1); }
div.DivClassName
{
background-color: #351401;
}
.BgClassName
{
background-color: #351401;
}
</style>
border-color css
<style>
span { border-color: #351401; }
span { border-color: rgb(53,20,1); }
td.TdClassName
{
border-color: #351401;
}
.TagClassName
{
border-color: #351401;
}
</style>