Shades of Brown Pod #3B1B05
Tints of Brown Pod #3B1B05
RGB
CMYK
RGB Variations
Color information
#3B1B05 (or 0x3B1B05) is known color: Brown Pod. HEX triplet: 3B, 1B and 05. RGB value is (59,27,5). Sum of RGB (Red+Green+Blue) = 59+27+5=91 (12% of max value = 765). Red value is 59 (23.44% from 255 or 64.84% from 91); Green value is 27 (10.94% from 255 or 29.67% from 91); Blue value is 5 (2.34% from 255 or 5.49% from 91); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B1B05 is #C4E4FA. Grayscale: #222222. Windows color (decimal): -12903675 or 334651. OLE color: 334651.
HSL color Cylindrical-coordinate representation of color #3B1B05: hue angle of 24.44º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3B1B05 is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 27 | 5 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.77 |
| HSL | 24.44º | 0.84% | 0.13% | - |
| HSV(B) | 24.44º | 0.92% | 0.23% | - |
| XYZ | 2.22 | 1.72 | 0.36 | - |
| YUV | 34.06 | 111.6 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 27 | 5 | 0 | 0.54 | 0.92 | 0.77 | 24.44 | 0.84 | 0.13 |
| Hex | 3B | 1B | 5 | 0 | 36 | 5C | 4D | 18 | 54 | D |
| Octal | 73 | 33 | 5 | 0 | 66 | 134 | 115 | 30 | 124 | 15 |
| Binary | 111011 | 11011 | 101 | 0 | 110110 | 1011100 | 1001101 | 11000 | 1010100 | 1101 |
Color Harmonies of #3B1B05
Complementary color
Monochromatic Colors of #3B1B05
Black with #3B1B05
Text Example
Text Example
White with #3B1B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1B05; }
p { color: rgb(59,27,5); }
H1.HeaderClassName
{
color: #3B1B05;
}
.AnyTagClassName
{
color: #3B1B05;
}
</style>
background-color css
<style>
a { background-color: #3B1B05; }
a { background-color: rgb(59,27,5); }
div.DivClassName
{
background-color: #3B1B05;
}
.BgClassName
{
background-color: #3B1B05;
}
</style>
border-color css
<style>
span { border-color: #3B1B05; }
span { border-color: rgb(59,27,5); }
td.TdClassName
{
border-color: #3B1B05;
}
.TagClassName
{
border-color: #3B1B05;
}
</style>