Shades of Brown Pod #361C12
Tints of Brown Pod #361C12
RGB
CMYK
RGB Variations
Color information
#361C12 (or 0x361C12) is known color: Brown Pod. HEX triplet: 36, 1C and 12. RGB value is (54,28,18). Sum of RGB (Red+Green+Blue) = 54+28+18=100 (13% of max value = 765). Red value is 54 (21.48% from 255 or 54% from 100); Green value is 28 (11.33% from 255 or 28% from 100); Blue value is 18 (7.42% from 255 or 18% from 100); Max value from RGB is 54 - color contains mainly: red. Hex color #361C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361C12 is #C9E3ED. Grayscale: #222222. Windows color (decimal): -13231086 or 1186870. OLE color: 1186870.
HSL color Cylindrical-coordinate representation of color #361C12: hue angle of 16.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 #361C12 is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 28 | 18 | - |
| CMYK | 0 | 0.48 | 0.67 | 0.79 |
| HSL | 16.67º | 0.5% | 0.14% | - |
| HSV(B) | 16.67º | 0.67% | 0.21% | - |
| XYZ | 2.05 | 1.66 | 0.78 | - |
| YUV | 34.63 | 118.61 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 28 | 18 | 0 | 0.48 | 0.67 | 0.79 | 16.67 | 0.5 | 0.14 |
| Hex | 36 | 1C | 12 | 0 | 30 | 43 | 4F | 11 | 32 | E |
| Octal | 66 | 34 | 22 | 0 | 60 | 103 | 117 | 21 | 62 | 16 |
| Binary | 110110 | 11100 | 10010 | 0 | 110000 | 1000011 | 1001111 | 10001 | 110010 | 1110 |
Color Harmonies of #361C12
Complementary color
Monochromatic Colors of #361C12
Black with #361C12
Text Example
Text Example
White with #361C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361C12; }
p { color: rgb(54,28,18); }
H1.HeaderClassName
{
color: #361C12;
}
.AnyTagClassName
{
color: #361C12;
}
</style>
background-color css
<style>
a { background-color: #361C12; }
a { background-color: rgb(54,28,18); }
div.DivClassName
{
background-color: #361C12;
}
.BgClassName
{
background-color: #361C12;
}
</style>
border-color css
<style>
span { border-color: #361C12; }
span { border-color: rgb(54,28,18); }
td.TdClassName
{
border-color: #361C12;
}
.TagClassName
{
border-color: #361C12;
}
</style>