Shades of Cocoa Brown #381E07
Tints of Cocoa Brown #381E07
RGB
CMYK
RGB Variations
Color information
#381E07 (or 0x381E07) is known color: Cocoa Brown. HEX triplet: 38, 1E and 07. RGB value is (56,30,7). Sum of RGB (Red+Green+Blue) = 56+30+7=93 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.22% from 93); Green value is 30 (12.11% from 255 or 32.26% from 93); Blue value is 7 (3.12% from 255 or 7.53% from 93); Max value from RGB is 56 - color contains mainly: red. Hex color #381E07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381E07 is #C7E1F8. Grayscale: #232323. Windows color (decimal): -13099513 or 466488. OLE color: 466488.
HSL color Cylindrical-coordinate representation of color #381E07: hue angle of 28.16º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #381E07 is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 30 | 7 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.78 |
| HSL | 28.16º | 0.78% | 0.12% | - |
| HSV(B) | 28.16º | 0.88% | 0.22% | - |
| XYZ | 2.13 | 1.78 | 0.43 | - |
| YUV | 35.15 | 112.11 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 30 | 7 | 0 | 0.46 | 0.88 | 0.78 | 28.16 | 0.78 | 0.12 |
| Hex | 38 | 1E | 7 | 0 | 2E | 58 | 4E | 1C | 4E | C |
| Octal | 70 | 36 | 7 | 0 | 56 | 130 | 116 | 34 | 116 | 14 |
| Binary | 111000 | 11110 | 111 | 0 | 101110 | 1011000 | 1001110 | 11100 | 1001110 | 1100 |
Color Harmonies of #381E07
Complementary color
Monochromatic Colors of #381E07
Black with #381E07
Text Example
Text Example
White with #381E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381E07; }
p { color: rgb(56,30,7); }
H1.HeaderClassName
{
color: #381E07;
}
.AnyTagClassName
{
color: #381E07;
}
</style>
background-color css
<style>
a { background-color: #381E07; }
a { background-color: rgb(56,30,7); }
div.DivClassName
{
background-color: #381E07;
}
.BgClassName
{
background-color: #381E07;
}
</style>
border-color css
<style>
span { border-color: #381E07; }
span { border-color: rgb(56,30,7); }
td.TdClassName
{
border-color: #381E07;
}
.TagClassName
{
border-color: #381E07;
}
</style>