Shades of Cocoa Brown #381E04
Tints of Cocoa Brown #381E04
RGB
CMYK
RGB Variations
Color information
#381E04 (or 0x381E04) is known color: Cocoa Brown. HEX triplet: 38, 1E and 04. RGB value is (56,30,4). Sum of RGB (Red+Green+Blue) = 56+30+4=90 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.22% from 90); Green value is 30 (12.11% from 255 or 33.33% from 90); Blue value is 4 (1.95% from 255 or 4.44% from 90); Max value from RGB is 56 - color contains mainly: red. Hex color #381E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381E04 is #C7E1FB. Grayscale: #222222. Windows color (decimal): -13099516 or 269880. OLE color: 269880.
HSL color Cylindrical-coordinate representation of color #381E04: hue angle of 30º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #381E04 is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 30 | 4 | - |
| CMYK | 0 | 0.46 | 0.93 | 0.78 |
| HSL | 30º | 0.87% | 0.12% | - |
| HSV(B) | 30º | 0.93% | 0.22% | - |
| XYZ | 2.12 | 1.78 | 0.35 | - |
| YUV | 34.81 | 110.61 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 30 | 4 | 0 | 0.46 | 0.93 | 0.78 | 30 | 0.87 | 0.12 |
| Hex | 38 | 1E | 4 | 0 | 2E | 5D | 4E | 1E | 57 | C |
| Octal | 70 | 36 | 4 | 0 | 56 | 135 | 116 | 36 | 127 | 14 |
| Binary | 111000 | 11110 | 100 | 0 | 101110 | 1011101 | 1001110 | 11110 | 1010111 | 1100 |
Color Harmonies of #381E04
Complementary color
Monochromatic Colors of #381E04
Black with #381E04
Text Example
Text Example
White with #381E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381E04; }
p { color: rgb(56,30,4); }
H1.HeaderClassName
{
color: #381E04;
}
.AnyTagClassName
{
color: #381E04;
}
</style>
background-color css
<style>
a { background-color: #381E04; }
a { background-color: rgb(56,30,4); }
div.DivClassName
{
background-color: #381E04;
}
.BgClassName
{
background-color: #381E04;
}
</style>
border-color css
<style>
span { border-color: #381E04; }
span { border-color: rgb(56,30,4); }
td.TdClassName
{
border-color: #381E04;
}
.TagClassName
{
border-color: #381E04;
}
</style>