Shades of Brown Pod #371A03
Tints of Brown Pod #371A03
RGB
CMYK
RGB Variations
Color information
#371A03 (or 0x371A03) is known color: Brown Pod. HEX triplet: 37, 1A and 03. RGB value is (55,26,3). Sum of RGB (Red+Green+Blue) = 55+26+3=84 (11% of max value = 765). Red value is 55 (21.88% from 255 or 65.48% from 84); Green value is 26 (10.55% from 255 or 30.95% from 84); Blue value is 3 (1.56% from 255 or 3.57% from 84); Max value from RGB is 55 - color contains mainly: red. Hex color #371A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371A03 is #C8E5FC. Grayscale: #202020. Windows color (decimal): -13166077 or 203319. OLE color: 203319.
HSL color Cylindrical-coordinate representation of color #371A03: hue angle of 26.54º 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 #371A03 is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 26 | 3 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.78 |
| HSL | 26.54º | 0.9% | 0.11% | - |
| HSV(B) | 26.54º | 0.95% | 0.22% | - |
| XYZ | 1.96 | 1.56 | 0.28 | - |
| YUV | 32.05 | 111.61 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 26 | 3 | 0 | 0.53 | 0.95 | 0.78 | 26.54 | 0.9 | 0.11 |
| Hex | 37 | 1A | 3 | 0 | 35 | 5F | 4E | 1B | 5A | B |
| Octal | 67 | 32 | 3 | 0 | 65 | 137 | 116 | 33 | 132 | 13 |
| Binary | 110111 | 11010 | 11 | 0 | 110101 | 1011111 | 1001110 | 11011 | 1011010 | 1011 |
Color Harmonies of #371A03
Complementary color
Monochromatic Colors of #371A03
Black with #371A03
Text Example
Text Example
White with #371A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371A03; }
p { color: rgb(55,26,3); }
H1.HeaderClassName
{
color: #371A03;
}
.AnyTagClassName
{
color: #371A03;
}
</style>
background-color css
<style>
a { background-color: #371A03; }
a { background-color: rgb(55,26,3); }
div.DivClassName
{
background-color: #371A03;
}
.BgClassName
{
background-color: #371A03;
}
</style>
border-color css
<style>
span { border-color: #371A03; }
span { border-color: rgb(55,26,3); }
td.TdClassName
{
border-color: #371A03;
}
.TagClassName
{
border-color: #371A03;
}
</style>