Shades of Cocoa Brown #382B20
Tints of Cocoa Brown #382B20
RGB
CMYK
RGB Variations
Color information
#382B20 (or 0x382B20) is known color: Cocoa Brown. HEX triplet: 38, 2B and 20. RGB value is (56,43,32). Sum of RGB (Red+Green+Blue) = 56+43+32=131 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.75% from 131); Green value is 43 (17.19% from 255 or 32.82% from 131); Blue value is 32 (12.89% from 255 or 24.43% from 131); Max value from RGB is 56 - color contains mainly: red. Hex color #382B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382B20 is #C7D4DF. Grayscale: #2D2D2D. Windows color (decimal): -13096160 or 2108216. OLE color: 2108216.
HSL color Cylindrical-coordinate representation of color #382B20: hue angle of 27.5º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #382B20 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 43 | 32 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.78 |
| HSL | 27.5º | 0.27% | 0.17% | - |
| HSV(B) | 27.5º | 0.43% | 0.22% | - |
| XYZ | 2.76 | 2.67 | 1.74 | - |
| YUV | 45.63 | 120.31 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 43 | 32 | 0 | 0.23 | 0.43 | 0.78 | 27.5 | 0.27 | 0.17 |
| Hex | 38 | 2B | 20 | 0 | 17 | 2B | 4E | 1C | 1B | 11 |
| Octal | 70 | 53 | 40 | 0 | 27 | 53 | 116 | 34 | 33 | 21 |
| Binary | 111000 | 101011 | 100000 | 0 | 10111 | 101011 | 1001110 | 11100 | 11011 | 10001 |
Color Harmonies of #382B20
Complementary color
Monochromatic Colors of #382B20
Black with #382B20
Text Example
Text Example
White with #382B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382B20; }
p { color: rgb(56,43,32); }
H1.HeaderClassName
{
color: #382B20;
}
.AnyTagClassName
{
color: #382B20;
}
</style>
background-color css
<style>
a { background-color: #382B20; }
a { background-color: rgb(56,43,32); }
div.DivClassName
{
background-color: #382B20;
}
.BgClassName
{
background-color: #382B20;
}
</style>
border-color css
<style>
span { border-color: #382B20; }
span { border-color: rgb(56,43,32); }
td.TdClassName
{
border-color: #382B20;
}
.TagClassName
{
border-color: #382B20;
}
</style>