Shades of Brown Pod #3B1D07
Tints of Brown Pod #3B1D07
RGB
CMYK
RGB Variations
Color information
#3B1D07 (or 0x3B1D07) is known color: Brown Pod. HEX triplet: 3B, 1D and 07. RGB value is (59,29,7). Sum of RGB (Red+Green+Blue) = 59+29+7=95 (12% of max value = 765). Red value is 59 (23.44% from 255 or 62.11% from 95); Green value is 29 (11.72% from 255 or 30.53% from 95); Blue value is 7 (3.12% from 255 or 7.37% from 95); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1D07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B1D07 is #C4E2F8. Grayscale: #232323. Windows color (decimal): -12903161 or 466235. OLE color: 466235.
HSL color Cylindrical-coordinate representation of color #3B1D07: hue angle of 25.38º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3B1D07 is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 29 | 7 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.77 |
| HSL | 25.38º | 0.79% | 0.13% | - |
| HSV(B) | 25.38º | 0.88% | 0.23% | - |
| XYZ | 2.28 | 1.82 | 0.43 | - |
| YUV | 35.46 | 111.94 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 29 | 7 | 0 | 0.51 | 0.88 | 0.77 | 25.38 | 0.79 | 0.13 |
| Hex | 3B | 1D | 7 | 0 | 33 | 58 | 4D | 19 | 4F | D |
| Octal | 73 | 35 | 7 | 0 | 63 | 130 | 115 | 31 | 117 | 15 |
| Binary | 111011 | 11101 | 111 | 0 | 110011 | 1011000 | 1001101 | 11001 | 1001111 | 1101 |
Color Harmonies of #3B1D07
Complementary color
Monochromatic Colors of #3B1D07
Black with #3B1D07
Text Example
Text Example
White with #3B1D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1D07; }
p { color: rgb(59,29,7); }
H1.HeaderClassName
{
color: #3B1D07;
}
.AnyTagClassName
{
color: #3B1D07;
}
</style>
background-color css
<style>
a { background-color: #3B1D07; }
a { background-color: rgb(59,29,7); }
div.DivClassName
{
background-color: #3B1D07;
}
.BgClassName
{
background-color: #3B1D07;
}
</style>
border-color css
<style>
span { border-color: #3B1D07; }
span { border-color: rgb(59,29,7); }
td.TdClassName
{
border-color: #3B1D07;
}
.TagClassName
{
border-color: #3B1D07;
}
</style>