Shades of Cocoa Brown #381F05
Tints of Cocoa Brown #381F05
RGB
CMYK
RGB Variations
Color information
#381F05 (or 0x381F05) is known color: Cocoa Brown. HEX triplet: 38, 1F and 05. RGB value is (56,31,5). Sum of RGB (Red+Green+Blue) = 56+31+5=92 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.87% from 92); Green value is 31 (12.5% from 255 or 33.70% from 92); Blue value is 5 (2.34% from 255 or 5.43% from 92); Max value from RGB is 56 - color contains mainly: red. Hex color #381F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381F05 is #C7E0FA. Grayscale: #232323. Windows color (decimal): -13099259 or 335672. OLE color: 335672.
HSL color Cylindrical-coordinate representation of color #381F05: hue angle of 30.59º 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 #381F05 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 31 | 5 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.78 |
| HSL | 30.59º | 0.84% | 0.12% | - |
| HSV(B) | 30.59º | 0.91% | 0.22% | - |
| XYZ | 2.15 | 1.83 | 0.38 | - |
| YUV | 35.51 | 110.78 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 31 | 5 | 0 | 0.45 | 0.91 | 0.78 | 30.59 | 0.84 | 0.12 |
| Hex | 38 | 1F | 5 | 0 | 2D | 5B | 4E | 1F | 54 | C |
| Octal | 70 | 37 | 5 | 0 | 55 | 133 | 116 | 37 | 124 | 14 |
| Binary | 111000 | 11111 | 101 | 0 | 101101 | 1011011 | 1001110 | 11111 | 1010100 | 1100 |
Color Harmonies of #381F05
Complementary color
Monochromatic Colors of #381F05
Black with #381F05
Text Example
Text Example
White with #381F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381F05; }
p { color: rgb(56,31,5); }
H1.HeaderClassName
{
color: #381F05;
}
.AnyTagClassName
{
color: #381F05;
}
</style>
background-color css
<style>
a { background-color: #381F05; }
a { background-color: rgb(56,31,5); }
div.DivClassName
{
background-color: #381F05;
}
.BgClassName
{
background-color: #381F05;
}
</style>
border-color css
<style>
span { border-color: #381F05; }
span { border-color: rgb(56,31,5); }
td.TdClassName
{
border-color: #381F05;
}
.TagClassName
{
border-color: #381F05;
}
</style>