Shades of Brown Pod #3A180F
Tints of Brown Pod #3A180F
RGB
CMYK
RGB Variations
Color information
#3A180F (or 0x3A180F) is known color: Brown Pod. HEX triplet: 3A, 18 and 0F. RGB value is (58,24,15). Sum of RGB (Red+Green+Blue) = 58+24+15=97 (12% of max value = 765). Red value is 58 (23.05% from 255 or 59.79% from 97); Green value is 24 (9.77% from 255 or 24.74% from 97); Blue value is 15 (6.25% from 255 or 15.46% from 97); Max value from RGB is 58 - color contains mainly: red. Hex color #3A180F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A180F is #C5E7F0. Grayscale: #212121. Windows color (decimal): -12969969 or 989242. OLE color: 989242.
HSL color Cylindrical-coordinate representation of color #3A180F: hue angle of 12.56º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A180F is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 24 | 15 | - |
| CMYK | 0 | 0.59 | 0.74 | 0.77 |
| HSL | 12.56º | 0.59% | 0.14% | - |
| HSV(B) | 12.56º | 0.74% | 0.23% | - |
| XYZ | 2.16 | 1.59 | 0.64 | - |
| YUV | 33.14 | 117.76 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 24 | 15 | 0 | 0.59 | 0.74 | 0.77 | 12.56 | 0.59 | 0.14 |
| Hex | 3A | 18 | F | 0 | 3B | 4A | 4D | D | 3B | E |
| Octal | 72 | 30 | 17 | 0 | 73 | 112 | 115 | 15 | 73 | 16 |
| Binary | 111010 | 11000 | 1111 | 0 | 111011 | 1001010 | 1001101 | 1101 | 111011 | 1110 |
Color Harmonies of #3A180F
Complementary color
Monochromatic Colors of #3A180F
Black with #3A180F
Text Example
Text Example
White with #3A180F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A180F; }
p { color: rgb(58,24,15); }
H1.HeaderClassName
{
color: #3A180F;
}
.AnyTagClassName
{
color: #3A180F;
}
</style>
background-color css
<style>
a { background-color: #3A180F; }
a { background-color: rgb(58,24,15); }
div.DivClassName
{
background-color: #3A180F;
}
.BgClassName
{
background-color: #3A180F;
}
</style>
border-color css
<style>
span { border-color: #3A180F; }
span { border-color: rgb(58,24,15); }
td.TdClassName
{
border-color: #3A180F;
}
.TagClassName
{
border-color: #3A180F;
}
</style>