Shades of Cocoa Brown #381D06
Tints of Cocoa Brown #381D06
RGB
CMYK
RGB Variations
Color information
#381D06 (or 0x381D06) is known color: Cocoa Brown. HEX triplet: 38, 1D and 06. RGB value is (56,29,6). Sum of RGB (Red+Green+Blue) = 56+29+6=91 (12% of max value = 765). Red value is 56 (22.27% from 255 or 61.54% from 91); Green value is 29 (11.72% from 255 or 31.87% from 91); Blue value is 6 (2.73% from 255 or 6.59% from 91); Max value from RGB is 56 - color contains mainly: red. Hex color #381D06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381D06 is #C7E2F9. Grayscale: #222222. Windows color (decimal): -13099770 or 400696. OLE color: 400696.
HSL color Cylindrical-coordinate representation of color #381D06: hue angle of 27.6º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #381D06 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 29 | 6 | - |
| CMYK | 0 | 0.48 | 0.89 | 0.78 |
| HSL | 27.6º | 0.81% | 0.12% | - |
| HSV(B) | 27.6º | 0.89% | 0.22% | - |
| XYZ | 2.1 | 1.73 | 0.4 | - |
| YUV | 34.45 | 111.95 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 29 | 6 | 0 | 0.48 | 0.89 | 0.78 | 27.6 | 0.81 | 0.12 |
| Hex | 38 | 1D | 6 | 0 | 30 | 59 | 4E | 1C | 51 | C |
| Octal | 70 | 35 | 6 | 0 | 60 | 131 | 116 | 34 | 121 | 14 |
| Binary | 111000 | 11101 | 110 | 0 | 110000 | 1011001 | 1001110 | 11100 | 1010001 | 1100 |
Color Harmonies of #381D06
Complementary color
Monochromatic Colors of #381D06
Black with #381D06
Text Example
Text Example
White with #381D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381D06; }
p { color: rgb(56,29,6); }
H1.HeaderClassName
{
color: #381D06;
}
.AnyTagClassName
{
color: #381D06;
}
</style>
background-color css
<style>
a { background-color: #381D06; }
a { background-color: rgb(56,29,6); }
div.DivClassName
{
background-color: #381D06;
}
.BgClassName
{
background-color: #381D06;
}
</style>
border-color css
<style>
span { border-color: #381D06; }
span { border-color: rgb(56,29,6); }
td.TdClassName
{
border-color: #381D06;
}
.TagClassName
{
border-color: #381D06;
}
</style>