Shades of Cocoa Brown #381C00
Tints of Cocoa Brown #381C00
RGB
CMYK
RGB Variations
Color information
#381C00 (or 0x381C00) is known color: Cocoa Brown. HEX triplet: 38, 1C and 00. RGB value is (56,28,0). Sum of RGB (Red+Green+Blue) = 56+28+0=84 (11% of max value = 765). Red value is 56 (22.27% from 255 or 66.67% from 84); Green value is 28 (11.33% from 255 or 33.33% from 84); Blue value is 0 (0.39% from 255 or 0% from 84); Max value from RGB is 56 - color contains mainly: red. Hex color #381C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381C00 is #C7E3FF. Grayscale: #212121. Windows color (decimal): -13100032 or 7224. OLE color: 7224.
HSL color Cylindrical-coordinate representation of color #381C00: hue angle of 30º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #381C00 is Cyan = 0, Magento = 0.50, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 28 | 0 | - |
| CMYK | 0 | 0.50 | 1 | 0.78 |
| HSL | 30º | 1% | 0.11% | - |
| HSV(B) | 30º | 1% | 0.22% | - |
| XYZ | 2.05 | 1.67 | 0.21 | - |
| YUV | 33.18 | 109.28 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 28 | 0 | 0 | 0.50 | 1 | 0.78 | 30 | 1 | 0.11 |
| Hex | 38 | 1C | 0 | 0 | 32 | 64 | 4E | 1E | 64 | B |
| Octal | 70 | 34 | 0 | 0 | 62 | 144 | 116 | 36 | 144 | 13 |
| Binary | 111000 | 11100 | 0 | 0 | 110010 | 1100100 | 1001110 | 11110 | 1100100 | 1011 |
Color Harmonies of #381C00
Complementary color
Monochromatic Colors of #381C00
Black with #381C00
Text Example
Text Example
White with #381C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381C00; }
p { color: rgb(56,28,0); }
H1.HeaderClassName
{
color: #381C00;
}
.AnyTagClassName
{
color: #381C00;
}
</style>
background-color css
<style>
a { background-color: #381C00; }
a { background-color: rgb(56,28,0); }
div.DivClassName
{
background-color: #381C00;
}
.BgClassName
{
background-color: #381C00;
}
</style>
border-color css
<style>
span { border-color: #381C00; }
span { border-color: rgb(56,28,0); }
td.TdClassName
{
border-color: #381C00;
}
.TagClassName
{
border-color: #381C00;
}
</style>