Shades of Brown Pod #361C15
Tints of Brown Pod #361C15
RGB
CMYK
RGB Variations
Color information
#361C15 (or 0x361C15) is known color: Brown Pod. HEX triplet: 36, 1C and 15. RGB value is (54,28,21). Sum of RGB (Red+Green+Blue) = 54+28+21=103 (13% of max value = 765). Red value is 54 (21.48% from 255 or 52.43% from 103); Green value is 28 (11.33% from 255 or 27.18% from 103); Blue value is 21 (8.59% from 255 or 20.39% from 103); Max value from RGB is 54 - color contains mainly: red. Hex color #361C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361C15 is #C9E3EA. Grayscale: #232323. Windows color (decimal): -13231083 or 1383478. OLE color: 1383478.
HSL color Cylindrical-coordinate representation of color #361C15: hue angle of 12.73º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #361C15 is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 28 | 21 | - |
| CMYK | 0 | 0.48 | 0.61 | 0.79 |
| HSL | 12.73º | 0.44% | 0.15% | - |
| HSV(B) | 12.73º | 0.61% | 0.21% | - |
| XYZ | 2.07 | 1.67 | 0.92 | - |
| YUV | 34.98 | 120.11 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 28 | 21 | 0 | 0.48 | 0.61 | 0.79 | 12.73 | 0.44 | 0.15 |
| Hex | 36 | 1C | 15 | 0 | 30 | 3D | 4F | D | 2C | F |
| Octal | 66 | 34 | 25 | 0 | 60 | 75 | 117 | 15 | 54 | 17 |
| Binary | 110110 | 11100 | 10101 | 0 | 110000 | 111101 | 1001111 | 1101 | 101100 | 1111 |
Color Harmonies of #361C15
Complementary color
Monochromatic Colors of #361C15
Black with #361C15
Text Example
Text Example
White with #361C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361C15; }
p { color: rgb(54,28,21); }
H1.HeaderClassName
{
color: #361C15;
}
.AnyTagClassName
{
color: #361C15;
}
</style>
background-color css
<style>
a { background-color: #361C15; }
a { background-color: rgb(54,28,21); }
div.DivClassName
{
background-color: #361C15;
}
.BgClassName
{
background-color: #361C15;
}
</style>
border-color css
<style>
span { border-color: #361C15; }
span { border-color: rgb(54,28,21); }
td.TdClassName
{
border-color: #361C15;
}
.TagClassName
{
border-color: #361C15;
}
</style>