Shades of Brown Pod #3A1C08
Tints of Brown Pod #3A1C08
RGB
CMYK
RGB Variations
Color information
#3A1C08 (or 0x3A1C08) is known color: Brown Pod. HEX triplet: 3A, 1C and 08. RGB value is (58,28,8). Sum of RGB (Red+Green+Blue) = 58+28+8=94 (12% of max value = 765). Red value is 58 (23.05% from 255 or 61.70% from 94); Green value is 28 (11.33% from 255 or 29.79% from 94); Blue value is 8 (3.52% from 255 or 8.51% from 94); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1C08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A1C08 is #C5E3F7. Grayscale: #222222. Windows color (decimal): -12968952 or 531514. OLE color: 531514.
HSL color Cylindrical-coordinate representation of color #3A1C08: hue angle of 24º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3A1C08 is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 28 | 8 | - |
| CMYK | 0 | 0.52 | 0.86 | 0.77 |
| HSL | 24º | 0.76% | 0.13% | - |
| HSV(B) | 24º | 0.86% | 0.23% | - |
| XYZ | 2.2 | 1.75 | 0.45 | - |
| YUV | 34.69 | 112.94 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 28 | 8 | 0 | 0.52 | 0.86 | 0.77 | 24 | 0.76 | 0.13 |
| Hex | 3A | 1C | 8 | 0 | 34 | 56 | 4D | 18 | 4C | D |
| Octal | 72 | 34 | 10 | 0 | 64 | 126 | 115 | 30 | 114 | 15 |
| Binary | 111010 | 11100 | 1000 | 0 | 110100 | 1010110 | 1001101 | 11000 | 1001100 | 1101 |
Color Harmonies of #3A1C08
Complementary color
Monochromatic Colors of #3A1C08
Black with #3A1C08
Text Example
Text Example
White with #3A1C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1C08; }
p { color: rgb(58,28,8); }
H1.HeaderClassName
{
color: #3A1C08;
}
.AnyTagClassName
{
color: #3A1C08;
}
</style>
background-color css
<style>
a { background-color: #3A1C08; }
a { background-color: rgb(58,28,8); }
div.DivClassName
{
background-color: #3A1C08;
}
.BgClassName
{
background-color: #3A1C08;
}
</style>
border-color css
<style>
span { border-color: #3A1C08; }
span { border-color: rgb(58,28,8); }
td.TdClassName
{
border-color: #3A1C08;
}
.TagClassName
{
border-color: #3A1C08;
}
</style>