Shades of Brown Pod #361C0A
Tints of Brown Pod #361C0A
RGB
CMYK
RGB Variations
Color information
#361C0A (or 0x361C0A) is known color: Brown Pod. HEX triplet: 36, 1C and 0A. RGB value is (54,28,10). Sum of RGB (Red+Green+Blue) = 54+28+10=92 (12% of max value = 765). Red value is 54 (21.48% from 255 or 58.70% from 92); Green value is 28 (11.33% from 255 or 30.43% from 92); Blue value is 10 (4.30% from 255 or 10.87% from 92); Max value from RGB is 54 - color contains mainly: red. Hex color #361C0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361C0A is #C9E3F5. Grayscale: #212121. Windows color (decimal): -13231094 or 662582. OLE color: 662582.
HSL color Cylindrical-coordinate representation of color #361C0A: hue angle of 24.55º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #361C0A is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 28 | 10 | - |
| CMYK | 0 | 0.48 | 0.81 | 0.79 |
| HSL | 24.55º | 0.69% | 0.13% | - |
| HSV(B) | 24.55º | 0.81% | 0.21% | - |
| XYZ | 1.99 | 1.64 | 0.5 | - |
| YUV | 33.72 | 114.61 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 28 | 10 | 0 | 0.48 | 0.81 | 0.79 | 24.55 | 0.69 | 0.13 |
| Hex | 36 | 1C | A | 0 | 30 | 51 | 4F | 19 | 45 | D |
| Octal | 66 | 34 | 12 | 0 | 60 | 121 | 117 | 31 | 105 | 15 |
| Binary | 110110 | 11100 | 1010 | 0 | 110000 | 1010001 | 1001111 | 11001 | 1000101 | 1101 |
Color Harmonies of #361C0A
Complementary color
Monochromatic Colors of #361C0A
Black with #361C0A
Text Example
Text Example
White with #361C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361C0A; }
p { color: rgb(54,28,10); }
H1.HeaderClassName
{
color: #361C0A;
}
.AnyTagClassName
{
color: #361C0A;
}
</style>
background-color css
<style>
a { background-color: #361C0A; }
a { background-color: rgb(54,28,10); }
div.DivClassName
{
background-color: #361C0A;
}
.BgClassName
{
background-color: #361C0A;
}
</style>
border-color css
<style>
span { border-color: #361C0A; }
span { border-color: rgb(54,28,10); }
td.TdClassName
{
border-color: #361C0A;
}
.TagClassName
{
border-color: #361C0A;
}
</style>