Shades of Brown Pod #361304
Tints of Brown Pod #361304
RGB
CMYK
RGB Variations
Color information
#361304 (or 0x361304) is known color: Brown Pod. HEX triplet: 36, 13 and 04. RGB value is (54,19,4). Sum of RGB (Red+Green+Blue) = 54+19+4=77 (10% of max value = 765). Red value is 54 (21.48% from 255 or 70.13% from 77); Green value is 19 (7.81% from 255 or 24.68% from 77); Blue value is 4 (1.95% from 255 or 5.19% from 77); Max value from RGB is 54 - color contains mainly: red. Hex color #361304 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361304 is #C9ECFB. Grayscale: #1B1B1B. Windows color (decimal): -13233404 or 267062. OLE color: 267062.
HSL color Cylindrical-coordinate representation of color #361304: hue angle of 18º 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 #361304 is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 19 | 4 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.79 |
| HSL | 18º | 0.86% | 0.11% | - |
| HSV(B) | 18º | 0.93% | 0.21% | - |
| XYZ | 1.78 | 1.26 | 0.26 | - |
| YUV | 27.76 | 114.6 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 19 | 4 | 0 | 0.65 | 0.93 | 0.79 | 18 | 0.86 | 0.11 |
| Hex | 36 | 13 | 4 | 0 | 41 | 5D | 4F | 12 | 56 | B |
| Octal | 66 | 23 | 4 | 0 | 101 | 135 | 117 | 22 | 126 | 13 |
| Binary | 110110 | 10011 | 100 | 0 | 1000001 | 1011101 | 1001111 | 10010 | 1010110 | 1011 |
Color Harmonies of #361304
Complementary color
Monochromatic Colors of #361304
Black with #361304
Text Example
Text Example
White with #361304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361304; }
p { color: rgb(54,19,4); }
H1.HeaderClassName
{
color: #361304;
}
.AnyTagClassName
{
color: #361304;
}
</style>
background-color css
<style>
a { background-color: #361304; }
a { background-color: rgb(54,19,4); }
div.DivClassName
{
background-color: #361304;
}
.BgClassName
{
background-color: #361304;
}
</style>
border-color css
<style>
span { border-color: #361304; }
span { border-color: rgb(54,19,4); }
td.TdClassName
{
border-color: #361304;
}
.TagClassName
{
border-color: #361304;
}
</style>