Shades of Brown Pod #382823
Tints of Brown Pod #382823
RGB
CMYK
RGB Variations
Color information
#382823 (or 0x382823) is known color: Brown Pod. HEX triplet: 38, 28 and 23. RGB value is (56,40,35). Sum of RGB (Red+Green+Blue) = 56+40+35=131 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.75% from 131); Green value is 40 (16.02% from 255 or 30.53% from 131); Blue value is 35 (14.06% from 255 or 26.72% from 131); Max value from RGB is 56 - color contains mainly: red. Hex color #382823 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382823 is #C7D7DC. Grayscale: #2C2C2C. Windows color (decimal): -13096925 or 2304056. OLE color: 2304056.
HSL color Cylindrical-coordinate representation of color #382823: hue angle of 14.29º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #382823 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 40 | 35 | - |
| CMYK | 0 | 0.29 | 0.37 | 0.78 |
| HSL | 14.29º | 0.23% | 0.18% | - |
| HSV(B) | 14.29º | 0.38% | 0.22% | - |
| XYZ | 2.69 | 2.48 | 1.93 | - |
| YUV | 44.21 | 122.8 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 40 | 35 | 0 | 0.29 | 0.37 | 0.78 | 14.29 | 0.23 | 0.18 |
| Hex | 38 | 28 | 23 | 0 | 1D | 25 | 4E | E | 17 | 12 |
| Octal | 70 | 50 | 43 | 0 | 35 | 45 | 116 | 16 | 27 | 22 |
| Binary | 111000 | 101000 | 100011 | 0 | 11101 | 100101 | 1001110 | 1110 | 10111 | 10010 |
Color Harmonies of #382823
Complementary color
Monochromatic Colors of #382823
Black with #382823
Text Example
Text Example
White with #382823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382823; }
p { color: rgb(56,40,35); }
H1.HeaderClassName
{
color: #382823;
}
.AnyTagClassName
{
color: #382823;
}
</style>
background-color css
<style>
a { background-color: #382823; }
a { background-color: rgb(56,40,35); }
div.DivClassName
{
background-color: #382823;
}
.BgClassName
{
background-color: #382823;
}
</style>
border-color css
<style>
span { border-color: #382823; }
span { border-color: rgb(56,40,35); }
td.TdClassName
{
border-color: #382823;
}
.TagClassName
{
border-color: #382823;
}
</style>