Shades of Brown Pod #3A1B00
Tints of Brown Pod #3A1B00
RGB
CMYK
RGB Variations
Color information
#3A1B00 (or 0x3A1B00) is known color: Brown Pod. HEX triplet: 3A, 1B and 00. RGB value is (58,27,0). Sum of RGB (Red+Green+Blue) = 58+27+0=85 (11% of max value = 765). Red value is 58 (23.05% from 255 or 68.24% from 85); Green value is 27 (10.94% from 255 or 31.76% from 85); Blue value is 0 (0.39% from 255 or 0% from 85); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A1B00 is #C5E4FF. Grayscale: #212121. Windows color (decimal): -12969216 or 6970. OLE color: 6970.
HSL color Cylindrical-coordinate representation of color #3A1B00: hue angle of 27.93º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A1B00 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 27 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.77 |
| HSL | 27.93º | 1% | 0.11% | - |
| HSV(B) | 27.93º | 1% | 0.23% | - |
| XYZ | 2.14 | 1.68 | 0.21 | - |
| YUV | 33.19 | 109.27 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 27 | 0 | 0 | 0.53 | 1 | 0.77 | 27.93 | 1 | 0.11 |
| Hex | 3A | 1B | 0 | 0 | 35 | 64 | 4D | 1C | 64 | B |
| Octal | 72 | 33 | 0 | 0 | 65 | 144 | 115 | 34 | 144 | 13 |
| Binary | 111010 | 11011 | 0 | 0 | 110101 | 1100100 | 1001101 | 11100 | 1100100 | 1011 |
Color Harmonies of #3A1B00
Complementary color
Monochromatic Colors of #3A1B00
Black with #3A1B00
Text Example
Text Example
White with #3A1B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1B00; }
p { color: rgb(58,27,0); }
H1.HeaderClassName
{
color: #3A1B00;
}
.AnyTagClassName
{
color: #3A1B00;
}
</style>
background-color css
<style>
a { background-color: #3A1B00; }
a { background-color: rgb(58,27,0); }
div.DivClassName
{
background-color: #3A1B00;
}
.BgClassName
{
background-color: #3A1B00;
}
</style>
border-color css
<style>
span { border-color: #3A1B00; }
span { border-color: rgb(58,27,0); }
td.TdClassName
{
border-color: #3A1B00;
}
.TagClassName
{
border-color: #3A1B00;
}
</style>