Shades of Brown Pod #371803
Tints of Brown Pod #371803
RGB
CMYK
RGB Variations
Color information
#371803 (or 0x371803) is known color: Brown Pod. HEX triplet: 37, 18 and 03. RGB value is (55,24,3). Sum of RGB (Red+Green+Blue) = 55+24+3=82 (10% of max value = 765). Red value is 55 (21.88% from 255 or 67.07% from 82); Green value is 24 (9.77% from 255 or 29.27% from 82); Blue value is 3 (1.56% from 255 or 3.66% from 82); Max value from RGB is 55 - color contains mainly: red. Hex color #371803 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371803 is #C8E7FC. Grayscale: #1E1E1E. Windows color (decimal): -13166589 or 202807. OLE color: 202807.
HSL color Cylindrical-coordinate representation of color #371803: hue angle of 24.23º 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 #371803 is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 24 | 3 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.78 |
| HSL | 24.23º | 0.9% | 0.11% | - |
| HSV(B) | 24.23º | 0.95% | 0.22% | - |
| XYZ | 1.92 | 1.47 | 0.27 | - |
| YUV | 30.88 | 112.27 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 24 | 3 | 0 | 0.56 | 0.95 | 0.78 | 24.23 | 0.9 | 0.11 |
| Hex | 37 | 18 | 3 | 0 | 38 | 5F | 4E | 18 | 5A | B |
| Octal | 67 | 30 | 3 | 0 | 70 | 137 | 116 | 30 | 132 | 13 |
| Binary | 110111 | 11000 | 11 | 0 | 111000 | 1011111 | 1001110 | 11000 | 1011010 | 1011 |
Color Harmonies of #371803
Complementary color
Monochromatic Colors of #371803
Black with #371803
Text Example
Text Example
White with #371803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371803; }
p { color: rgb(55,24,3); }
H1.HeaderClassName
{
color: #371803;
}
.AnyTagClassName
{
color: #371803;
}
</style>
background-color css
<style>
a { background-color: #371803; }
a { background-color: rgb(55,24,3); }
div.DivClassName
{
background-color: #371803;
}
.BgClassName
{
background-color: #371803;
}
</style>
border-color css
<style>
span { border-color: #371803; }
span { border-color: rgb(55,24,3); }
td.TdClassName
{
border-color: #371803;
}
.TagClassName
{
border-color: #371803;
}
</style>