Shades of Brown Pod #361F12
Tints of Brown Pod #361F12
RGB
CMYK
RGB Variations
Color information
#361F12 (or 0x361F12) is known color: Brown Pod. HEX triplet: 36, 1F and 12. RGB value is (54,31,18). Sum of RGB (Red+Green+Blue) = 54+31+18=103 (13% of max value = 765). Red value is 54 (21.48% from 255 or 52.43% from 103); Green value is 31 (12.5% from 255 or 30.10% from 103); Blue value is 18 (7.42% from 255 or 17.48% from 103); Max value from RGB is 54 - color contains mainly: red. Hex color #361F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361F12 is #C9E0ED. Grayscale: #242424. Windows color (decimal): -13230318 or 1187638. OLE color: 1187638.
HSL color Cylindrical-coordinate representation of color #361F12: hue angle of 21.67º degrees, saturation: 0.5, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #361F12 is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 31 | 18 | - |
| CMYK | 0 | 0.43 | 0.67 | 0.79 |
| HSL | 21.67º | 0.5% | 0.14% | - |
| HSV(B) | 21.67º | 0.67% | 0.21% | - |
| XYZ | 2.12 | 1.81 | 0.81 | - |
| YUV | 36.4 | 117.62 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 31 | 18 | 0 | 0.43 | 0.67 | 0.79 | 21.67 | 0.5 | 0.14 |
| Hex | 36 | 1F | 12 | 0 | 2B | 43 | 4F | 16 | 32 | E |
| Octal | 66 | 37 | 22 | 0 | 53 | 103 | 117 | 26 | 62 | 16 |
| Binary | 110110 | 11111 | 10010 | 0 | 101011 | 1000011 | 1001111 | 10110 | 110010 | 1110 |
Color Harmonies of #361F12
Complementary color
Monochromatic Colors of #361F12
Black with #361F12
Text Example
Text Example
White with #361F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361F12; }
p { color: rgb(54,31,18); }
H1.HeaderClassName
{
color: #361F12;
}
.AnyTagClassName
{
color: #361F12;
}
</style>
background-color css
<style>
a { background-color: #361F12; }
a { background-color: rgb(54,31,18); }
div.DivClassName
{
background-color: #361F12;
}
.BgClassName
{
background-color: #361F12;
}
</style>
border-color css
<style>
span { border-color: #361F12; }
span { border-color: rgb(54,31,18); }
td.TdClassName
{
border-color: #361F12;
}
.TagClassName
{
border-color: #361F12;
}
</style>