Shades of Cocoa Brown #381E01
Tints of Cocoa Brown #381E01
RGB
CMYK
RGB Variations
Color information
#381E01 (or 0x381E01) is known color: Cocoa Brown. HEX triplet: 38, 1E and 01. RGB value is (56,30,1). Sum of RGB (Red+Green+Blue) = 56+30+1=87 (11% of max value = 765). Red value is 56 (22.27% from 255 or 64.37% from 87); Green value is 30 (12.11% from 255 or 34.48% from 87); Blue value is 1 (0.78% from 255 or 1.15% from 87); Max value from RGB is 56 - color contains mainly: red. Hex color #381E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381E01 is #C7E1FE. Grayscale: #222222. Windows color (decimal): -13099519 or 73272. OLE color: 73272.
HSL color Cylindrical-coordinate representation of color #381E01: hue angle of 31.64º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #381E01 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 30 | 1 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.78 |
| HSL | 31.64º | 0.96% | 0.11% | - |
| HSV(B) | 31.64º | 0.98% | 0.22% | - |
| XYZ | 2.1 | 1.77 | 0.26 | - |
| YUV | 34.47 | 109.11 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 30 | 1 | 0 | 0.46 | 0.98 | 0.78 | 31.64 | 0.96 | 0.11 |
| Hex | 38 | 1E | 1 | 0 | 2E | 62 | 4E | 20 | 60 | B |
| Octal | 70 | 36 | 1 | 0 | 56 | 142 | 116 | 40 | 140 | 13 |
| Binary | 111000 | 11110 | 1 | 0 | 101110 | 1100010 | 1001110 | 100000 | 1100000 | 1011 |
Color Harmonies of #381E01
Complementary color
Monochromatic Colors of #381E01
Black with #381E01
Text Example
Text Example
White with #381E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381E01; }
p { color: rgb(56,30,1); }
H1.HeaderClassName
{
color: #381E01;
}
.AnyTagClassName
{
color: #381E01;
}
</style>
background-color css
<style>
a { background-color: #381E01; }
a { background-color: rgb(56,30,1); }
div.DivClassName
{
background-color: #381E01;
}
.BgClassName
{
background-color: #381E01;
}
</style>
border-color css
<style>
span { border-color: #381E01; }
span { border-color: rgb(56,30,1); }
td.TdClassName
{
border-color: #381E01;
}
.TagClassName
{
border-color: #381E01;
}
</style>