Shades of Brown Pod #3B1A05
Tints of Brown Pod #3B1A05
RGB
CMYK
RGB Variations
Color information
#3B1A05 (or 0x3B1A05) is known color: Brown Pod. HEX triplet: 3B, 1A and 05. RGB value is (59,26,5). Sum of RGB (Red+Green+Blue) = 59+26+5=90 (11% of max value = 765). Red value is 59 (23.44% from 255 or 65.56% from 90); Green value is 26 (10.55% from 255 or 28.89% from 90); Blue value is 5 (2.34% from 255 or 5.56% from 90); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1A05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B1A05 is #C4E5FA. Grayscale: #212121. Windows color (decimal): -12903931 or 334395. OLE color: 334395.
HSL color Cylindrical-coordinate representation of color #3B1A05: hue angle of 23.33º 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 #3B1A05 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 26 | 5 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.77 |
| HSL | 23.33º | 0.84% | 0.13% | - |
| HSV(B) | 23.33º | 0.92% | 0.23% | - |
| XYZ | 2.2 | 1.68 | 0.35 | - |
| YUV | 33.47 | 111.93 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 26 | 5 | 0 | 0.56 | 0.92 | 0.77 | 23.33 | 0.84 | 0.13 |
| Hex | 3B | 1A | 5 | 0 | 38 | 5C | 4D | 17 | 54 | D |
| Octal | 73 | 32 | 5 | 0 | 70 | 134 | 115 | 27 | 124 | 15 |
| Binary | 111011 | 11010 | 101 | 0 | 111000 | 1011100 | 1001101 | 10111 | 1010100 | 1101 |
Color Harmonies of #3B1A05
Complementary color
Monochromatic Colors of #3B1A05
Black with #3B1A05
Text Example
Text Example
White with #3B1A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1A05; }
p { color: rgb(59,26,5); }
H1.HeaderClassName
{
color: #3B1A05;
}
.AnyTagClassName
{
color: #3B1A05;
}
</style>
background-color css
<style>
a { background-color: #3B1A05; }
a { background-color: rgb(59,26,5); }
div.DivClassName
{
background-color: #3B1A05;
}
.BgClassName
{
background-color: #3B1A05;
}
</style>
border-color css
<style>
span { border-color: #3B1A05; }
span { border-color: rgb(59,26,5); }
td.TdClassName
{
border-color: #3B1A05;
}
.TagClassName
{
border-color: #3B1A05;
}
</style>