Shades of Cocoa Brown #381F07
Tints of Cocoa Brown #381F07
RGB
CMYK
RGB Variations
Color information
#381F07 (or 0x381F07) is known color: Cocoa Brown. HEX triplet: 38, 1F and 07. RGB value is (56,31,7). Sum of RGB (Red+Green+Blue) = 56+31+7=94 (12% of max value = 765). Red value is 56 (22.27% from 255 or 59.57% from 94); Green value is 31 (12.5% from 255 or 32.98% from 94); Blue value is 7 (3.12% from 255 or 7.45% from 94); Max value from RGB is 56 - color contains mainly: red. Hex color #381F07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381F07 is #C7E0F8. Grayscale: #232323. Windows color (decimal): -13099257 or 466744. OLE color: 466744.
HSL color Cylindrical-coordinate representation of color #381F07: hue angle of 29.39º 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 #381F07 is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 31 | 7 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.78 |
| HSL | 29.39º | 0.78% | 0.12% | - |
| HSV(B) | 29.39º | 0.88% | 0.22% | - |
| XYZ | 2.16 | 1.84 | 0.44 | - |
| YUV | 35.74 | 111.78 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 31 | 7 | 0 | 0.45 | 0.88 | 0.78 | 29.39 | 0.78 | 0.12 |
| Hex | 38 | 1F | 7 | 0 | 2D | 58 | 4E | 1D | 4E | C |
| Octal | 70 | 37 | 7 | 0 | 55 | 130 | 116 | 35 | 116 | 14 |
| Binary | 111000 | 11111 | 111 | 0 | 101101 | 1011000 | 1001110 | 11101 | 1001110 | 1100 |
Color Harmonies of #381F07
Complementary color
Monochromatic Colors of #381F07
Black with #381F07
Text Example
Text Example
White with #381F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381F07; }
p { color: rgb(56,31,7); }
H1.HeaderClassName
{
color: #381F07;
}
.AnyTagClassName
{
color: #381F07;
}
</style>
background-color css
<style>
a { background-color: #381F07; }
a { background-color: rgb(56,31,7); }
div.DivClassName
{
background-color: #381F07;
}
.BgClassName
{
background-color: #381F07;
}
</style>
border-color css
<style>
span { border-color: #381F07; }
span { border-color: rgb(56,31,7); }
td.TdClassName
{
border-color: #381F07;
}
.TagClassName
{
border-color: #381F07;
}
</style>