Shades of Brown Pod #361901
Tints of Brown Pod #361901
RGB
CMYK
RGB Variations
Color information
#361901 (or 0x361901) is known color: Brown Pod. HEX triplet: 36, 19 and 01. RGB value is (54,25,1). Sum of RGB (Red+Green+Blue) = 54+25+1=80 (10% of max value = 765). Red value is 54 (21.48% from 255 or 67.5% from 80); Green value is 25 (10.16% from 255 or 31.25% from 80); Blue value is 1 (0.78% from 255 or 1.25% from 80); Max value from RGB is 54 - color contains mainly: red. Hex color #361901 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361901 is #C9E6FE. Grayscale: #1F1F1F. Windows color (decimal): -13231871 or 71990. OLE color: 71990.
HSL color Cylindrical-coordinate representation of color #361901: hue angle of 27.17º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #361901 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 25 | 1 | - |
| CMYK | 0 | 0.54 | 0.98 | 0.79 |
| HSL | 27.17º | 0.96% | 0.11% | - |
| HSV(B) | 27.17º | 0.98% | 0.21% | - |
| XYZ | 1.87 | 1.48 | 0.22 | - |
| YUV | 30.94 | 111.11 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 25 | 1 | 0 | 0.54 | 0.98 | 0.79 | 27.17 | 0.96 | 0.11 |
| Hex | 36 | 19 | 1 | 0 | 36 | 62 | 4F | 1B | 60 | B |
| Octal | 66 | 31 | 1 | 0 | 66 | 142 | 117 | 33 | 140 | 13 |
| Binary | 110110 | 11001 | 1 | 0 | 110110 | 1100010 | 1001111 | 11011 | 1100000 | 1011 |
Color Harmonies of #361901
Complementary color
Monochromatic Colors of #361901
Black with #361901
Text Example
Text Example
White with #361901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361901; }
p { color: rgb(54,25,1); }
H1.HeaderClassName
{
color: #361901;
}
.AnyTagClassName
{
color: #361901;
}
</style>
background-color css
<style>
a { background-color: #361901; }
a { background-color: rgb(54,25,1); }
div.DivClassName
{
background-color: #361901;
}
.BgClassName
{
background-color: #361901;
}
</style>
border-color css
<style>
span { border-color: #361901; }
span { border-color: rgb(54,25,1); }
td.TdClassName
{
border-color: #361901;
}
.TagClassName
{
border-color: #361901;
}
</style>