Shades of Cocoa Brown #381F02
Tints of Cocoa Brown #381F02
RGB
CMYK
RGB Variations
Color information
#381F02 (or 0x381F02) is known color: Cocoa Brown. HEX triplet: 38, 1F and 02. RGB value is (56,31,2). Sum of RGB (Red+Green+Blue) = 56+31+2=89 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.92% from 89); Green value is 31 (12.5% from 255 or 34.83% from 89); Blue value is 2 (1.17% from 255 or 2.25% from 89); Max value from RGB is 56 - color contains mainly: red. Hex color #381F02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381F02 is #C7E0FD. Grayscale: #232323. Windows color (decimal): -13099262 or 139064. OLE color: 139064.
HSL color Cylindrical-coordinate representation of color #381F02: hue angle of 32.22º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #381F02 is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 31 | 2 | - |
| CMYK | 0 | 0.45 | 0.96 | 0.78 |
| HSL | 32.22º | 0.93% | 0.11% | - |
| HSV(B) | 32.22º | 0.96% | 0.22% | - |
| XYZ | 2.13 | 1.83 | 0.3 | - |
| YUV | 35.17 | 109.28 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 31 | 2 | 0 | 0.45 | 0.96 | 0.78 | 32.22 | 0.93 | 0.11 |
| Hex | 38 | 1F | 2 | 0 | 2D | 60 | 4E | 20 | 5D | B |
| Octal | 70 | 37 | 2 | 0 | 55 | 140 | 116 | 40 | 135 | 13 |
| Binary | 111000 | 11111 | 10 | 0 | 101101 | 1100000 | 1001110 | 100000 | 1011101 | 1011 |
Color Harmonies of #381F02
Complementary color
Monochromatic Colors of #381F02
Black with #381F02
Text Example
Text Example
White with #381F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381F02; }
p { color: rgb(56,31,2); }
H1.HeaderClassName
{
color: #381F02;
}
.AnyTagClassName
{
color: #381F02;
}
</style>
background-color css
<style>
a { background-color: #381F02; }
a { background-color: rgb(56,31,2); }
div.DivClassName
{
background-color: #381F02;
}
.BgClassName
{
background-color: #381F02;
}
</style>
border-color css
<style>
span { border-color: #381F02; }
span { border-color: rgb(56,31,2); }
td.TdClassName
{
border-color: #381F02;
}
.TagClassName
{
border-color: #381F02;
}
</style>