Shades of Brown Pod #371C09
Tints of Brown Pod #371C09
RGB
CMYK
RGB Variations
Color information
#371C09 (or 0x371C09) is known color: Brown Pod. HEX triplet: 37, 1C and 09. RGB value is (55,28,9). Sum of RGB (Red+Green+Blue) = 55+28+9=92 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.78% from 92); Green value is 28 (11.33% from 255 or 30.43% from 92); Blue value is 9 (3.91% from 255 or 9.78% from 92); Max value from RGB is 55 - color contains mainly: red. Hex color #371C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371C09 is #C8E3F6. Grayscale: #222222. Windows color (decimal): -13165559 or 597047. OLE color: 597047.
HSL color Cylindrical-coordinate representation of color #371C09: hue angle of 24.78º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #371C09 is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 28 | 9 | - |
| CMYK | 0 | 0.49 | 0.84 | 0.78 |
| HSL | 24.78º | 0.72% | 0.13% | - |
| HSV(B) | 24.78º | 0.84% | 0.22% | - |
| XYZ | 2.04 | 1.66 | 0.47 | - |
| YUV | 33.91 | 113.95 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 28 | 9 | 0 | 0.49 | 0.84 | 0.78 | 24.78 | 0.72 | 0.13 |
| Hex | 37 | 1C | 9 | 0 | 31 | 54 | 4E | 19 | 48 | D |
| Octal | 67 | 34 | 11 | 0 | 61 | 124 | 116 | 31 | 110 | 15 |
| Binary | 110111 | 11100 | 1001 | 0 | 110001 | 1010100 | 1001110 | 11001 | 1001000 | 1101 |
Color Harmonies of #371C09
Complementary color
Monochromatic Colors of #371C09
Black with #371C09
Text Example
Text Example
White with #371C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371C09; }
p { color: rgb(55,28,9); }
H1.HeaderClassName
{
color: #371C09;
}
.AnyTagClassName
{
color: #371C09;
}
</style>
background-color css
<style>
a { background-color: #371C09; }
a { background-color: rgb(55,28,9); }
div.DivClassName
{
background-color: #371C09;
}
.BgClassName
{
background-color: #371C09;
}
</style>
border-color css
<style>
span { border-color: #371C09; }
span { border-color: rgb(55,28,9); }
td.TdClassName
{
border-color: #371C09;
}
.TagClassName
{
border-color: #371C09;
}
</style>