Shades of Brown Pod #371603
Tints of Brown Pod #371603
RGB
CMYK
RGB Variations
Color information
#371603 (or 0x371603) is known color: Brown Pod. HEX triplet: 37, 16 and 03. RGB value is (55,22,3). Sum of RGB (Red+Green+Blue) = 55+22+3=80 (10% of max value = 765). Red value is 55 (21.88% from 255 or 68.75% from 80); Green value is 22 (8.98% from 255 or 27.5% from 80); Blue value is 3 (1.56% from 255 or 3.75% from 80); Max value from RGB is 55 - color contains mainly: red. Hex color #371603 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371603 is #C8E9FC. Grayscale: #1D1D1D. Windows color (decimal): -13167101 or 202295. OLE color: 202295.
HSL color Cylindrical-coordinate representation of color #371603: hue angle of 21.92º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #371603 is Cyan = 0, Magento = 0.6, Yellow = 0.95 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 22 | 3 | - |
| CMYK | 0 | 0.6 | 0.95 | 0.78 |
| HSL | 21.92º | 0.9% | 0.11% | - |
| HSV(B) | 21.92º | 0.95% | 0.22% | - |
| XYZ | 1.88 | 1.39 | 0.26 | - |
| YUV | 29.7 | 112.93 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 22 | 3 | 0 | 0.6 | 0.95 | 0.78 | 21.92 | 0.9 | 0.11 |
| Hex | 37 | 16 | 3 | 0 | 3C | 5F | 4E | 16 | 5A | B |
| Octal | 67 | 26 | 3 | 0 | 74 | 137 | 116 | 26 | 132 | 13 |
| Binary | 110111 | 10110 | 11 | 0 | 111100 | 1011111 | 1001110 | 10110 | 1011010 | 1011 |
Color Harmonies of #371603
Complementary color
Monochromatic Colors of #371603
Black with #371603
Text Example
Text Example
White with #371603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371603; }
p { color: rgb(55,22,3); }
H1.HeaderClassName
{
color: #371603;
}
.AnyTagClassName
{
color: #371603;
}
</style>
background-color css
<style>
a { background-color: #371603; }
a { background-color: rgb(55,22,3); }
div.DivClassName
{
background-color: #371603;
}
.BgClassName
{
background-color: #371603;
}
</style>
border-color css
<style>
span { border-color: #371603; }
span { border-color: rgb(55,22,3); }
td.TdClassName
{
border-color: #371603;
}
.TagClassName
{
border-color: #371603;
}
</style>