Shades of Brown Pod #371B08
Tints of Brown Pod #371B08
RGB
CMYK
RGB Variations
Color information
#371B08 (or 0x371B08) is known color: Brown Pod. HEX triplet: 37, 1B and 08. RGB value is (55,27,8). Sum of RGB (Red+Green+Blue) = 55+27+8=90 (11% of max value = 765). Red value is 55 (21.88% from 255 or 61.11% from 90); Green value is 27 (10.94% from 255 or 30% from 90); Blue value is 8 (3.52% from 255 or 8.89% from 90); Max value from RGB is 55 - color contains mainly: red. Hex color #371B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371B08 is #C8E4F7. Grayscale: #212121. Windows color (decimal): -13165816 or 531255. OLE color: 531255.
HSL color Cylindrical-coordinate representation of color #371B08: hue angle of 24.26º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #371B08 is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 27 | 8 | - |
| CMYK | 0 | 0.51 | 0.85 | 0.78 |
| HSL | 24.26º | 0.75% | 0.12% | - |
| HSV(B) | 24.26º | 0.85% | 0.22% | - |
| XYZ | 2.01 | 1.61 | 0.44 | - |
| YUV | 33.21 | 113.78 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 27 | 8 | 0 | 0.51 | 0.85 | 0.78 | 24.26 | 0.75 | 0.12 |
| Hex | 37 | 1B | 8 | 0 | 33 | 55 | 4E | 18 | 4B | C |
| Octal | 67 | 33 | 10 | 0 | 63 | 125 | 116 | 30 | 113 | 14 |
| Binary | 110111 | 11011 | 1000 | 0 | 110011 | 1010101 | 1001110 | 11000 | 1001011 | 1100 |
Color Harmonies of #371B08
Complementary color
Monochromatic Colors of #371B08
Black with #371B08
Text Example
Text Example
White with #371B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371B08; }
p { color: rgb(55,27,8); }
H1.HeaderClassName
{
color: #371B08;
}
.AnyTagClassName
{
color: #371B08;
}
</style>
background-color css
<style>
a { background-color: #371B08; }
a { background-color: rgb(55,27,8); }
div.DivClassName
{
background-color: #371B08;
}
.BgClassName
{
background-color: #371B08;
}
</style>
border-color css
<style>
span { border-color: #371B08; }
span { border-color: rgb(55,27,8); }
td.TdClassName
{
border-color: #371B08;
}
.TagClassName
{
border-color: #371B08;
}
</style>