Shades of Cocoa Brown #381E05
Tints of Cocoa Brown #381E05
RGB
CMYK
RGB Variations
Color information
#381E05 (or 0x381E05) is known color: Cocoa Brown. HEX triplet: 38, 1E and 05. RGB value is (56,30,5). Sum of RGB (Red+Green+Blue) = 56+30+5=91 (12% of max value = 765). Red value is 56 (22.27% from 255 or 61.54% from 91); Green value is 30 (12.11% from 255 or 32.97% from 91); Blue value is 5 (2.34% from 255 or 5.49% from 91); Max value from RGB is 56 - color contains mainly: red. Hex color #381E05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381E05 is #C7E1FA. Grayscale: #232323. Windows color (decimal): -13099515 or 335416. OLE color: 335416.
HSL color Cylindrical-coordinate representation of color #381E05: hue angle of 29.41º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #381E05 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 30 | 5 | - |
| CMYK | 0 | 0.46 | 0.91 | 0.78 |
| HSL | 29.41º | 0.84% | 0.12% | - |
| HSV(B) | 29.41º | 0.91% | 0.22% | - |
| XYZ | 2.12 | 1.78 | 0.38 | - |
| YUV | 34.92 | 111.11 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 30 | 5 | 0 | 0.46 | 0.91 | 0.78 | 29.41 | 0.84 | 0.12 |
| Hex | 38 | 1E | 5 | 0 | 2E | 5B | 4E | 1D | 54 | C |
| Octal | 70 | 36 | 5 | 0 | 56 | 133 | 116 | 35 | 124 | 14 |
| Binary | 111000 | 11110 | 101 | 0 | 101110 | 1011011 | 1001110 | 11101 | 1010100 | 1100 |
Color Harmonies of #381E05
Complementary color
Monochromatic Colors of #381E05
Black with #381E05
Text Example
Text Example
White with #381E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381E05; }
p { color: rgb(56,30,5); }
H1.HeaderClassName
{
color: #381E05;
}
.AnyTagClassName
{
color: #381E05;
}
</style>
background-color css
<style>
a { background-color: #381E05; }
a { background-color: rgb(56,30,5); }
div.DivClassName
{
background-color: #381E05;
}
.BgClassName
{
background-color: #381E05;
}
</style>
border-color css
<style>
span { border-color: #381E05; }
span { border-color: rgb(56,30,5); }
td.TdClassName
{
border-color: #381E05;
}
.TagClassName
{
border-color: #381E05;
}
</style>