Shades of Brown Pod #371A02
Tints of Brown Pod #371A02
RGB
CMYK
RGB Variations
Color information
#371A02 (or 0x371A02) is known color: Brown Pod. HEX triplet: 37, 1A and 02. RGB value is (55,26,2). Sum of RGB (Red+Green+Blue) = 55+26+2=83 (10% of max value = 765). Red value is 55 (21.88% from 255 or 66.27% from 83); Green value is 26 (10.55% from 255 or 31.33% from 83); Blue value is 2 (1.17% from 255 or 2.41% from 83); Max value from RGB is 55 - color contains mainly: red. Hex color #371A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371A02 is #C8E5FD. Grayscale: #202020. Windows color (decimal): -13166078 or 137783. OLE color: 137783.
HSL color Cylindrical-coordinate representation of color #371A02: hue angle of 27.17º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #371A02 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 26 | 2 | - |
| CMYK | 0 | 0.53 | 0.96 | 0.78 |
| HSL | 27.17º | 0.93% | 0.11% | - |
| HSV(B) | 27.17º | 0.96% | 0.22% | - |
| XYZ | 1.96 | 1.56 | 0.25 | - |
| YUV | 31.94 | 111.11 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 26 | 2 | 0 | 0.53 | 0.96 | 0.78 | 27.17 | 0.93 | 0.11 |
| Hex | 37 | 1A | 2 | 0 | 35 | 60 | 4E | 1B | 5D | B |
| Octal | 67 | 32 | 2 | 0 | 65 | 140 | 116 | 33 | 135 | 13 |
| Binary | 110111 | 11010 | 10 | 0 | 110101 | 1100000 | 1001110 | 11011 | 1011101 | 1011 |
Color Harmonies of #371A02
Complementary color
Monochromatic Colors of #371A02
Black with #371A02
Text Example
Text Example
White with #371A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371A02; }
p { color: rgb(55,26,2); }
H1.HeaderClassName
{
color: #371A02;
}
.AnyTagClassName
{
color: #371A02;
}
</style>
background-color css
<style>
a { background-color: #371A02; }
a { background-color: rgb(55,26,2); }
div.DivClassName
{
background-color: #371A02;
}
.BgClassName
{
background-color: #371A02;
}
</style>
border-color css
<style>
span { border-color: #371A02; }
span { border-color: rgb(55,26,2); }
td.TdClassName
{
border-color: #371A02;
}
.TagClassName
{
border-color: #371A02;
}
</style>