Shades of Brown Pod #382113
Tints of Brown Pod #382113
RGB
CMYK
RGB Variations
Color information
#382113 (or 0x382113) is known color: Brown Pod. HEX triplet: 38, 21 and 13. RGB value is (56,33,19). Sum of RGB (Red+Green+Blue) = 56+33+19=108 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.85% from 108); Green value is 33 (13.28% from 255 or 30.56% from 108); Blue value is 19 (7.81% from 255 or 17.59% from 108); Max value from RGB is 56 - color contains mainly: red. Hex color #382113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382113 is #C7DEEC. Grayscale: #262626. Windows color (decimal): -13098733 or 1253688. OLE color: 1253688.
HSL color Cylindrical-coordinate representation of color #382113: hue angle of 22.7º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #382113 is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 33 | 19 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.78 |
| HSL | 22.7º | 0.49% | 0.15% | - |
| HSV(B) | 22.7º | 0.66% | 0.22% | - |
| XYZ | 2.29 | 1.98 | 0.88 | - |
| YUV | 38.28 | 117.12 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 33 | 19 | 0 | 0.41 | 0.66 | 0.78 | 22.7 | 0.49 | 0.15 |
| Hex | 38 | 21 | 13 | 0 | 29 | 42 | 4E | 17 | 31 | F |
| Octal | 70 | 41 | 23 | 0 | 51 | 102 | 116 | 27 | 61 | 17 |
| Binary | 111000 | 100001 | 10011 | 0 | 101001 | 1000010 | 1001110 | 10111 | 110001 | 1111 |
Color Harmonies of #382113
Complementary color
Monochromatic Colors of #382113
Black with #382113
Text Example
Text Example
White with #382113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382113; }
p { color: rgb(56,33,19); }
H1.HeaderClassName
{
color: #382113;
}
.AnyTagClassName
{
color: #382113;
}
</style>
background-color css
<style>
a { background-color: #382113; }
a { background-color: rgb(56,33,19); }
div.DivClassName
{
background-color: #382113;
}
.BgClassName
{
background-color: #382113;
}
</style>
border-color css
<style>
span { border-color: #382113; }
span { border-color: rgb(56,33,19); }
td.TdClassName
{
border-color: #382113;
}
.TagClassName
{
border-color: #382113;
}
</style>