Shades of Brown Pod #3A1800
Tints of Brown Pod #3A1800
RGB
CMYK
RGB Variations
Color information
#3A1800 (or 0x3A1800) is known color: Brown Pod. HEX triplet: 3A, 18 and 00. RGB value is (58,24,0). Sum of RGB (Red+Green+Blue) = 58+24+0=82 (10% of max value = 765). Red value is 58 (23.05% from 255 or 70.73% from 82); Green value is 24 (9.77% from 255 or 29.27% from 82); Blue value is 0 (0.39% from 255 or 0% from 82); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1800 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A1800 is #C5E7FF. Grayscale: #1F1F1F. Windows color (decimal): -12969984 or 6202. OLE color: 6202.
HSL color Cylindrical-coordinate representation of color #3A1800: hue angle of 24.83º 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 #3A1800 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 24 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.77 |
| HSL | 24.83º | 1% | 0.11% | - |
| HSV(B) | 24.83º | 1% | 0.23% | - |
| XYZ | 2.07 | 1.55 | 0.19 | - |
| YUV | 31.43 | 110.26 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 24 | 0 | 0 | 0.59 | 1 | 0.77 | 24.83 | 1 | 0.11 |
| Hex | 3A | 18 | 0 | 0 | 3B | 64 | 4D | 19 | 64 | B |
| Octal | 72 | 30 | 0 | 0 | 73 | 144 | 115 | 31 | 144 | 13 |
| Binary | 111010 | 11000 | 0 | 0 | 111011 | 1100100 | 1001101 | 11001 | 1100100 | 1011 |
Color Harmonies of #3A1800
Complementary color
Monochromatic Colors of #3A1800
Black with #3A1800
Text Example
Text Example
White with #3A1800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1800; }
p { color: rgb(58,24,0); }
H1.HeaderClassName
{
color: #3A1800;
}
.AnyTagClassName
{
color: #3A1800;
}
</style>
background-color css
<style>
a { background-color: #3A1800; }
a { background-color: rgb(58,24,0); }
div.DivClassName
{
background-color: #3A1800;
}
.BgClassName
{
background-color: #3A1800;
}
</style>
border-color css
<style>
span { border-color: #3A1800; }
span { border-color: rgb(58,24,0); }
td.TdClassName
{
border-color: #3A1800;
}
.TagClassName
{
border-color: #3A1800;
}
</style>