Shades of Brown Pod #3A1B0D
Tints of Brown Pod #3A1B0D
RGB
CMYK
RGB Variations
Color information
#3A1B0D (or 0x3A1B0D) is known color: Brown Pod. HEX triplet: 3A, 1B and 0D. RGB value is (58,27,13). Sum of RGB (Red+Green+Blue) = 58+27+13=98 (12% of max value = 765). Red value is 58 (23.05% from 255 or 59.18% from 98); Green value is 27 (10.94% from 255 or 27.55% from 98); Blue value is 13 (5.47% from 255 or 13.27% from 98); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A1B0D is #C5E4F2. Grayscale: #222222. Windows color (decimal): -12969203 or 858938. OLE color: 858938.
HSL color Cylindrical-coordinate representation of color #3A1B0D: hue angle of 18.67º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A1B0D is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 27 | 13 | - |
| CMYK | 0 | 0.53 | 0.78 | 0.77 |
| HSL | 18.67º | 0.63% | 0.14% | - |
| HSV(B) | 18.67º | 0.78% | 0.23% | - |
| XYZ | 2.21 | 1.71 | 0.59 | - |
| YUV | 34.67 | 115.77 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 27 | 13 | 0 | 0.53 | 0.78 | 0.77 | 18.67 | 0.63 | 0.14 |
| Hex | 3A | 1B | D | 0 | 35 | 4E | 4D | 13 | 3F | E |
| Octal | 72 | 33 | 15 | 0 | 65 | 116 | 115 | 23 | 77 | 16 |
| Binary | 111010 | 11011 | 1101 | 0 | 110101 | 1001110 | 1001101 | 10011 | 111111 | 1110 |
Color Harmonies of #3A1B0D
Complementary color
Monochromatic Colors of #3A1B0D
Black with #3A1B0D
Text Example
Text Example
White with #3A1B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1B0D; }
p { color: rgb(58,27,13); }
H1.HeaderClassName
{
color: #3A1B0D;
}
.AnyTagClassName
{
color: #3A1B0D;
}
</style>
background-color css
<style>
a { background-color: #3A1B0D; }
a { background-color: rgb(58,27,13); }
div.DivClassName
{
background-color: #3A1B0D;
}
.BgClassName
{
background-color: #3A1B0D;
}
</style>
border-color css
<style>
span { border-color: #3A1B0D; }
span { border-color: rgb(58,27,13); }
td.TdClassName
{
border-color: #3A1B0D;
}
.TagClassName
{
border-color: #3A1B0D;
}
</style>