Shades of Brown Pod #382016
Tints of Brown Pod #382016
RGB
CMYK
RGB Variations
Color information
#382016 (or 0x382016) is known color: Brown Pod. HEX triplet: 38, 20 and 16. RGB value is (56,32,22). Sum of RGB (Red+Green+Blue) = 56+32+22=110 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.91% from 110); Green value is 32 (12.89% from 255 or 29.09% from 110); Blue value is 22 (8.98% from 255 or 20% from 110); Max value from RGB is 56 - color contains mainly: red. Hex color #382016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382016 is #C7DFE9. Grayscale: #262626. Windows color (decimal): -13098986 or 1450040. OLE color: 1450040.
HSL color Cylindrical-coordinate representation of color #382016: hue angle of 17.65º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #382016 is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 32 | 22 | - |
| CMYK | 0 | 0.43 | 0.61 | 0.78 |
| HSL | 17.65º | 0.44% | 0.15% | - |
| HSV(B) | 17.65º | 0.61% | 0.22% | - |
| XYZ | 2.29 | 1.93 | 1.01 | - |
| YUV | 38.04 | 118.95 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 32 | 22 | 0 | 0.43 | 0.61 | 0.78 | 17.65 | 0.44 | 0.15 |
| Hex | 38 | 20 | 16 | 0 | 2B | 3D | 4E | 12 | 2C | F |
| Octal | 70 | 40 | 26 | 0 | 53 | 75 | 116 | 22 | 54 | 17 |
| Binary | 111000 | 100000 | 10110 | 0 | 101011 | 111101 | 1001110 | 10010 | 101100 | 1111 |
Color Harmonies of #382016
Complementary color
Monochromatic Colors of #382016
Black with #382016
Text Example
Text Example
White with #382016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382016; }
p { color: rgb(56,32,22); }
H1.HeaderClassName
{
color: #382016;
}
.AnyTagClassName
{
color: #382016;
}
</style>
background-color css
<style>
a { background-color: #382016; }
a { background-color: rgb(56,32,22); }
div.DivClassName
{
background-color: #382016;
}
.BgClassName
{
background-color: #382016;
}
</style>
border-color css
<style>
span { border-color: #382016; }
span { border-color: rgb(56,32,22); }
td.TdClassName
{
border-color: #382016;
}
.TagClassName
{
border-color: #382016;
}
</style>