Shades of Brown Pod #361C0C
Tints of Brown Pod #361C0C
RGB
CMYK
RGB Variations
Color information
#361C0C (or 0x361C0C) is known color: Brown Pod. HEX triplet: 36, 1C and 0C. RGB value is (54,28,12). Sum of RGB (Red+Green+Blue) = 54+28+12=94 (12% of max value = 765). Red value is 54 (21.48% from 255 or 57.45% from 94); Green value is 28 (11.33% from 255 or 29.79% from 94); Blue value is 12 (5.08% from 255 or 12.77% from 94); Max value from RGB is 54 - color contains mainly: red. Hex color #361C0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361C0C is #C9E3F3. Grayscale: #222222. Windows color (decimal): -13231092 or 793654. OLE color: 793654.
HSL color Cylindrical-coordinate representation of color #361C0C: hue angle of 22.86º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #361C0C is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 28 | 12 | - |
| CMYK | 0 | 0.48 | 0.78 | 0.79 |
| HSL | 22.86º | 0.64% | 0.13% | - |
| HSV(B) | 22.86º | 0.78% | 0.21% | - |
| XYZ | 2 | 1.64 | 0.56 | - |
| YUV | 33.95 | 115.61 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 28 | 12 | 0 | 0.48 | 0.78 | 0.79 | 22.86 | 0.64 | 0.13 |
| Hex | 36 | 1C | C | 0 | 30 | 4E | 4F | 17 | 40 | D |
| Octal | 66 | 34 | 14 | 0 | 60 | 116 | 117 | 27 | 100 | 15 |
| Binary | 110110 | 11100 | 1100 | 0 | 110000 | 1001110 | 1001111 | 10111 | 1000000 | 1101 |
Color Harmonies of #361C0C
Complementary color
Monochromatic Colors of #361C0C
Black with #361C0C
Text Example
Text Example
White with #361C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361C0C; }
p { color: rgb(54,28,12); }
H1.HeaderClassName
{
color: #361C0C;
}
.AnyTagClassName
{
color: #361C0C;
}
</style>
background-color css
<style>
a { background-color: #361C0C; }
a { background-color: rgb(54,28,12); }
div.DivClassName
{
background-color: #361C0C;
}
.BgClassName
{
background-color: #361C0C;
}
</style>
border-color css
<style>
span { border-color: #361C0C; }
span { border-color: rgb(54,28,12); }
td.TdClassName
{
border-color: #361C0C;
}
.TagClassName
{
border-color: #361C0C;
}
</style>