Shades of Brown Pod #361804
Tints of Brown Pod #361804
RGB
CMYK
RGB Variations
Color information
#361804 (or 0x361804) is known color: Brown Pod. HEX triplet: 36, 18 and 04. RGB value is (54,24,4). Sum of RGB (Red+Green+Blue) = 54+24+4=82 (10% of max value = 765). Red value is 54 (21.48% from 255 or 65.85% from 82); Green value is 24 (9.77% from 255 or 29.27% from 82); Blue value is 4 (1.95% from 255 or 4.88% from 82); Max value from RGB is 54 - color contains mainly: red. Hex color #361804 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361804 is #C9E7FB. Grayscale: #1E1E1E. Windows color (decimal): -13232124 or 268342. OLE color: 268342.
HSL color Cylindrical-coordinate representation of color #361804: hue angle of 24º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #361804 is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 24 | 4 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.79 |
| HSL | 24º | 0.86% | 0.11% | - |
| HSV(B) | 24º | 0.93% | 0.21% | - |
| XYZ | 1.87 | 1.45 | 0.3 | - |
| YUV | 30.69 | 112.94 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 24 | 4 | 0 | 0.56 | 0.93 | 0.79 | 24 | 0.86 | 0.11 |
| Hex | 36 | 18 | 4 | 0 | 38 | 5D | 4F | 18 | 56 | B |
| Octal | 66 | 30 | 4 | 0 | 70 | 135 | 117 | 30 | 126 | 13 |
| Binary | 110110 | 11000 | 100 | 0 | 111000 | 1011101 | 1001111 | 11000 | 1010110 | 1011 |
Color Harmonies of #361804
Complementary color
Monochromatic Colors of #361804
Black with #361804
Text Example
Text Example
White with #361804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361804; }
p { color: rgb(54,24,4); }
H1.HeaderClassName
{
color: #361804;
}
.AnyTagClassName
{
color: #361804;
}
</style>
background-color css
<style>
a { background-color: #361804; }
a { background-color: rgb(54,24,4); }
div.DivClassName
{
background-color: #361804;
}
.BgClassName
{
background-color: #361804;
}
</style>
border-color css
<style>
span { border-color: #361804; }
span { border-color: rgb(54,24,4); }
td.TdClassName
{
border-color: #361804;
}
.TagClassName
{
border-color: #361804;
}
</style>