Shades of Brown Pod #382119
Tints of Brown Pod #382119
RGB
CMYK
RGB Variations
Color information
#382119 (or 0x382119) is known color: Brown Pod. HEX triplet: 38, 21 and 19. RGB value is (56,33,25). Sum of RGB (Red+Green+Blue) = 56+33+25=114 (15% of max value = 765). Red value is 56 (22.27% from 255 or 49.12% from 114); Green value is 33 (13.28% from 255 or 28.95% from 114); Blue value is 25 (10.16% from 255 or 21.93% from 114); Max value from RGB is 56 - color contains mainly: red. Hex color #382119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382119 is #C7DEE6. Grayscale: #272727. Windows color (decimal): -13098727 or 1646904. OLE color: 1646904.
HSL color Cylindrical-coordinate representation of color #382119: hue angle of 15.48º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #382119 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 33 | 25 | - |
| CMYK | 0 | 0.41 | 0.55 | 0.78 |
| HSL | 15.48º | 0.38% | 0.16% | - |
| HSV(B) | 15.48º | 0.55% | 0.22% | - |
| XYZ | 2.35 | 2 | 1.18 | - |
| YUV | 38.97 | 120.12 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 33 | 25 | 0 | 0.41 | 0.55 | 0.78 | 15.48 | 0.38 | 0.16 |
| Hex | 38 | 21 | 19 | 0 | 29 | 37 | 4E | F | 26 | 10 |
| Octal | 70 | 41 | 31 | 0 | 51 | 67 | 116 | 17 | 46 | 20 |
| Binary | 111000 | 100001 | 11001 | 0 | 101001 | 110111 | 1001110 | 1111 | 100110 | 10000 |
Color Harmonies of #382119
Complementary color
Monochromatic Colors of #382119
Black with #382119
Text Example
Text Example
White with #382119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382119; }
p { color: rgb(56,33,25); }
H1.HeaderClassName
{
color: #382119;
}
.AnyTagClassName
{
color: #382119;
}
</style>
background-color css
<style>
a { background-color: #382119; }
a { background-color: rgb(56,33,25); }
div.DivClassName
{
background-color: #382119;
}
.BgClassName
{
background-color: #382119;
}
</style>
border-color css
<style>
span { border-color: #382119; }
span { border-color: rgb(56,33,25); }
td.TdClassName
{
border-color: #382119;
}
.TagClassName
{
border-color: #382119;
}
</style>