Shades of Cocoa Brown #381F09
Tints of Cocoa Brown #381F09
RGB
CMYK
RGB Variations
Color information
#381F09 (or 0x381F09) is known color: Cocoa Brown. HEX triplet: 38, 1F and 09. RGB value is (56,31,9). Sum of RGB (Red+Green+Blue) = 56+31+9=96 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.33% from 96); Green value is 31 (12.5% from 255 or 32.29% from 96); Blue value is 9 (3.91% from 255 or 9.38% from 96); Max value from RGB is 56 - color contains mainly: red. Hex color #381F09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381F09 is #C7E0F6. Grayscale: #242424. Windows color (decimal): -13099255 or 597816. OLE color: 597816.
HSL color Cylindrical-coordinate representation of color #381F09: hue angle of 28.09º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #381F09 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 31 | 9 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.78 |
| HSL | 28.09º | 0.72% | 0.13% | - |
| HSV(B) | 28.09º | 0.84% | 0.22% | - |
| XYZ | 2.17 | 1.84 | 0.5 | - |
| YUV | 35.97 | 112.78 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 31 | 9 | 0 | 0.45 | 0.84 | 0.78 | 28.09 | 0.72 | 0.13 |
| Hex | 38 | 1F | 9 | 0 | 2D | 54 | 4E | 1C | 48 | D |
| Octal | 70 | 37 | 11 | 0 | 55 | 124 | 116 | 34 | 110 | 15 |
| Binary | 111000 | 11111 | 1001 | 0 | 101101 | 1010100 | 1001110 | 11100 | 1001000 | 1101 |
Color Harmonies of #381F09
Complementary color
Monochromatic Colors of #381F09
Black with #381F09
Text Example
Text Example
White with #381F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381F09; }
p { color: rgb(56,31,9); }
H1.HeaderClassName
{
color: #381F09;
}
.AnyTagClassName
{
color: #381F09;
}
</style>
background-color css
<style>
a { background-color: #381F09; }
a { background-color: rgb(56,31,9); }
div.DivClassName
{
background-color: #381F09;
}
.BgClassName
{
background-color: #381F09;
}
</style>
border-color css
<style>
span { border-color: #381F09; }
span { border-color: rgb(56,31,9); }
td.TdClassName
{
border-color: #381F09;
}
.TagClassName
{
border-color: #381F09;
}
</style>