Shades of Brown Pod #371703
Tints of Brown Pod #371703
RGB
CMYK
RGB Variations
Color information
#371703 (or 0x371703) is known color: Brown Pod. HEX triplet: 37, 17 and 03. RGB value is (55,23,3). Sum of RGB (Red+Green+Blue) = 55+23+3=81 (10% of max value = 765). Red value is 55 (21.88% from 255 or 67.90% from 81); Green value is 23 (9.38% from 255 or 28.40% from 81); Blue value is 3 (1.56% from 255 or 3.70% from 81); Max value from RGB is 55 - color contains mainly: red. Hex color #371703 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371703 is #C8E8FC. Grayscale: #1E1E1E. Windows color (decimal): -13166845 or 202551. OLE color: 202551.
HSL color Cylindrical-coordinate representation of color #371703: hue angle of 23.08º 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 #371703 is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 23 | 3 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.78 |
| HSL | 23.08º | 0.9% | 0.11% | - |
| HSV(B) | 23.08º | 0.95% | 0.22% | - |
| XYZ | 1.9 | 1.43 | 0.26 | - |
| YUV | 30.29 | 112.6 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 23 | 3 | 0 | 0.58 | 0.95 | 0.78 | 23.08 | 0.9 | 0.11 |
| Hex | 37 | 17 | 3 | 0 | 3A | 5F | 4E | 17 | 5A | B |
| Octal | 67 | 27 | 3 | 0 | 72 | 137 | 116 | 27 | 132 | 13 |
| Binary | 110111 | 10111 | 11 | 0 | 111010 | 1011111 | 1001110 | 10111 | 1011010 | 1011 |
Color Harmonies of #371703
Complementary color
Monochromatic Colors of #371703
Black with #371703
Text Example
Text Example
White with #371703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371703; }
p { color: rgb(55,23,3); }
H1.HeaderClassName
{
color: #371703;
}
.AnyTagClassName
{
color: #371703;
}
</style>
background-color css
<style>
a { background-color: #371703; }
a { background-color: rgb(55,23,3); }
div.DivClassName
{
background-color: #371703;
}
.BgClassName
{
background-color: #371703;
}
</style>
border-color css
<style>
span { border-color: #371703; }
span { border-color: rgb(55,23,3); }
td.TdClassName
{
border-color: #371703;
}
.TagClassName
{
border-color: #371703;
}
</style>