Shades of Brown Pod #361904
Tints of Brown Pod #361904
RGB
CMYK
RGB Variations
Color information
#361904 (or 0x361904) is known color: Brown Pod. HEX triplet: 36, 19 and 04. RGB value is (54,25,4). Sum of RGB (Red+Green+Blue) = 54+25+4=83 (10% of max value = 765). Red value is 54 (21.48% from 255 or 65.06% from 83); Green value is 25 (10.16% from 255 or 30.12% from 83); Blue value is 4 (1.95% from 255 or 4.82% from 83); Max value from RGB is 54 - color contains mainly: red. Hex color #361904 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361904 is #C9E6FB. Grayscale: #1F1F1F. Windows color (decimal): -13231868 or 268598. OLE color: 268598.
HSL color Cylindrical-coordinate representation of color #361904: hue angle of 25.2º 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 #361904 is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 25 | 4 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.79 |
| HSL | 25.2º | 0.86% | 0.11% | - |
| HSV(B) | 25.2º | 0.93% | 0.21% | - |
| XYZ | 1.89 | 1.49 | 0.3 | - |
| YUV | 31.28 | 112.61 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 25 | 4 | 0 | 0.54 | 0.93 | 0.79 | 25.2 | 0.86 | 0.11 |
| Hex | 36 | 19 | 4 | 0 | 36 | 5D | 4F | 19 | 56 | B |
| Octal | 66 | 31 | 4 | 0 | 66 | 135 | 117 | 31 | 126 | 13 |
| Binary | 110110 | 11001 | 100 | 0 | 110110 | 1011101 | 1001111 | 11001 | 1010110 | 1011 |
Color Harmonies of #361904
Complementary color
Monochromatic Colors of #361904
Black with #361904
Text Example
Text Example
White with #361904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361904; }
p { color: rgb(54,25,4); }
H1.HeaderClassName
{
color: #361904;
}
.AnyTagClassName
{
color: #361904;
}
</style>
background-color css
<style>
a { background-color: #361904; }
a { background-color: rgb(54,25,4); }
div.DivClassName
{
background-color: #361904;
}
.BgClassName
{
background-color: #361904;
}
</style>
border-color css
<style>
span { border-color: #361904; }
span { border-color: rgb(54,25,4); }
td.TdClassName
{
border-color: #361904;
}
.TagClassName
{
border-color: #361904;
}
</style>