Shades of Brown Pod #3A1700
Tints of Brown Pod #3A1700
RGB
CMYK
RGB Variations
Color information
#3A1700 (or 0x3A1700) is known color: Brown Pod. HEX triplet: 3A, 17 and 00. RGB value is (58,23,0). Sum of RGB (Red+Green+Blue) = 58+23+0=81 (10% of max value = 765). Red value is 58 (23.05% from 255 or 71.60% from 81); Green value is 23 (9.38% from 255 or 28.40% from 81); Blue value is 0 (0.39% from 255 or 0% from 81); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1700 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A1700 is #C5E8FF. Grayscale: #1E1E1E. Windows color (decimal): -12970240 or 5946. OLE color: 5946.
HSL color Cylindrical-coordinate representation of color #3A1700: hue angle of 23.79º 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 #3A1700 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 23 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.77 |
| HSL | 23.79º | 1% | 0.11% | - |
| HSV(B) | 23.79º | 1% | 0.23% | - |
| XYZ | 2.05 | 1.51 | 0.18 | - |
| YUV | 30.84 | 110.6 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 23 | 0 | 0 | 0.60 | 1 | 0.77 | 23.79 | 1 | 0.11 |
| Hex | 3A | 17 | 0 | 0 | 3C | 64 | 4D | 18 | 64 | B |
| Octal | 72 | 27 | 0 | 0 | 74 | 144 | 115 | 30 | 144 | 13 |
| Binary | 111010 | 10111 | 0 | 0 | 111100 | 1100100 | 1001101 | 11000 | 1100100 | 1011 |
Color Harmonies of #3A1700
Complementary color
Monochromatic Colors of #3A1700
Black with #3A1700
Text Example
Text Example
White with #3A1700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1700; }
p { color: rgb(58,23,0); }
H1.HeaderClassName
{
color: #3A1700;
}
.AnyTagClassName
{
color: #3A1700;
}
</style>
background-color css
<style>
a { background-color: #3A1700; }
a { background-color: rgb(58,23,0); }
div.DivClassName
{
background-color: #3A1700;
}
.BgClassName
{
background-color: #3A1700;
}
</style>
border-color css
<style>
span { border-color: #3A1700; }
span { border-color: rgb(58,23,0); }
td.TdClassName
{
border-color: #3A1700;
}
.TagClassName
{
border-color: #3A1700;
}
</style>