Shades of Brown Pod #361F19
Tints of Brown Pod #361F19
RGB
CMYK
RGB Variations
Color information
#361F19 (or 0x361F19) is known color: Brown Pod. HEX triplet: 36, 1F and 19. RGB value is (54,31,25). Sum of RGB (Red+Green+Blue) = 54+31+25=110 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.09% from 110); Green value is 31 (12.5% from 255 or 28.18% from 110); Blue value is 25 (10.16% from 255 or 22.73% from 110); Max value from RGB is 54 - color contains mainly: red. Hex color #361F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361F19 is #C9E0E6. Grayscale: #252525. Windows color (decimal): -13230311 or 1646390. OLE color: 1646390.
HSL color Cylindrical-coordinate representation of color #361F19: hue angle of 12.41º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #361F19 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 31 | 25 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.79 |
| HSL | 12.41º | 0.37% | 0.15% | - |
| HSV(B) | 12.41º | 0.54% | 0.21% | - |
| XYZ | 2.19 | 1.83 | 1.16 | - |
| YUV | 37.19 | 121.12 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 31 | 25 | 0 | 0.43 | 0.54 | 0.79 | 12.41 | 0.37 | 0.15 |
| Hex | 36 | 1F | 19 | 0 | 2B | 36 | 4F | C | 25 | F |
| Octal | 66 | 37 | 31 | 0 | 53 | 66 | 117 | 14 | 45 | 17 |
| Binary | 110110 | 11111 | 11001 | 0 | 101011 | 110110 | 1001111 | 1100 | 100101 | 1111 |
Color Harmonies of #361F19
Complementary color
Monochromatic Colors of #361F19
Black with #361F19
Text Example
Text Example
White with #361F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361F19; }
p { color: rgb(54,31,25); }
H1.HeaderClassName
{
color: #361F19;
}
.AnyTagClassName
{
color: #361F19;
}
</style>
background-color css
<style>
a { background-color: #361F19; }
a { background-color: rgb(54,31,25); }
div.DivClassName
{
background-color: #361F19;
}
.BgClassName
{
background-color: #361F19;
}
</style>
border-color css
<style>
span { border-color: #361F19; }
span { border-color: rgb(54,31,25); }
td.TdClassName
{
border-color: #361F19;
}
.TagClassName
{
border-color: #361F19;
}
</style>