Shades of Brown Pod #361603
Tints of Brown Pod #361603
RGB
CMYK
RGB Variations
Color information
#361603 (or 0x361603) is known color: Brown Pod. HEX triplet: 36, 16 and 03. RGB value is (54,22,3). Sum of RGB (Red+Green+Blue) = 54+22+3=79 (10% of max value = 765). Red value is 54 (21.48% from 255 or 68.35% from 79); Green value is 22 (8.98% from 255 or 27.85% from 79); Blue value is 3 (1.56% from 255 or 3.80% from 79); Max value from RGB is 54 - color contains mainly: red. Hex color #361603 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361603 is #C9E9FC. Grayscale: #1D1D1D. Windows color (decimal): -13232637 or 202294. OLE color: 202294.
HSL color Cylindrical-coordinate representation of color #361603: hue angle of 22.35º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #361603 is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 22 | 3 | - |
| CMYK | 0 | 0.59 | 0.94 | 0.79 |
| HSL | 22.35º | 0.89% | 0.11% | - |
| HSV(B) | 22.35º | 0.94% | 0.21% | - |
| XYZ | 1.82 | 1.36 | 0.25 | - |
| YUV | 29.4 | 113.1 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 22 | 3 | 0 | 0.59 | 0.94 | 0.79 | 22.35 | 0.89 | 0.11 |
| Hex | 36 | 16 | 3 | 0 | 3B | 5E | 4F | 16 | 59 | B |
| Octal | 66 | 26 | 3 | 0 | 73 | 136 | 117 | 26 | 131 | 13 |
| Binary | 110110 | 10110 | 11 | 0 | 111011 | 1011110 | 1001111 | 10110 | 1011001 | 1011 |
Color Harmonies of #361603
Complementary color
Monochromatic Colors of #361603
Black with #361603
Text Example
Text Example
White with #361603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361603; }
p { color: rgb(54,22,3); }
H1.HeaderClassName
{
color: #361603;
}
.AnyTagClassName
{
color: #361603;
}
</style>
background-color css
<style>
a { background-color: #361603; }
a { background-color: rgb(54,22,3); }
div.DivClassName
{
background-color: #361603;
}
.BgClassName
{
background-color: #361603;
}
</style>
border-color css
<style>
span { border-color: #361603; }
span { border-color: rgb(54,22,3); }
td.TdClassName
{
border-color: #361603;
}
.TagClassName
{
border-color: #361603;
}
</style>