Shades of Cocoa Brown #381E09
Tints of Cocoa Brown #381E09
RGB
CMYK
RGB Variations
Color information
#381E09 (or 0x381E09) is known color: Cocoa Brown. HEX triplet: 38, 1E and 09. RGB value is (56,30,9). Sum of RGB (Red+Green+Blue) = 56+30+9=95 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.95% from 95); Green value is 30 (12.11% from 255 or 31.58% from 95); Blue value is 9 (3.91% from 255 or 9.47% from 95); Max value from RGB is 56 - color contains mainly: red. Hex color #381E09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381E09 is #C7E1F6. Grayscale: #232323. Windows color (decimal): -13099511 or 597560. OLE color: 597560.
HSL color Cylindrical-coordinate representation of color #381E09: hue angle of 26.81º 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 #381E09 is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 30 | 9 | - |
| CMYK | 0 | 0.46 | 0.84 | 0.78 |
| HSL | 26.81º | 0.72% | 0.13% | - |
| HSV(B) | 26.81º | 0.84% | 0.22% | - |
| XYZ | 2.14 | 1.79 | 0.49 | - |
| YUV | 35.38 | 113.11 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 30 | 9 | 0 | 0.46 | 0.84 | 0.78 | 26.81 | 0.72 | 0.13 |
| Hex | 38 | 1E | 9 | 0 | 2E | 54 | 4E | 1B | 48 | D |
| Octal | 70 | 36 | 11 | 0 | 56 | 124 | 116 | 33 | 110 | 15 |
| Binary | 111000 | 11110 | 1001 | 0 | 101110 | 1010100 | 1001110 | 11011 | 1001000 | 1101 |
Color Harmonies of #381E09
Complementary color
Monochromatic Colors of #381E09
Black with #381E09
Text Example
Text Example
White with #381E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381E09; }
p { color: rgb(56,30,9); }
H1.HeaderClassName
{
color: #381E09;
}
.AnyTagClassName
{
color: #381E09;
}
</style>
background-color css
<style>
a { background-color: #381E09; }
a { background-color: rgb(56,30,9); }
div.DivClassName
{
background-color: #381E09;
}
.BgClassName
{
background-color: #381E09;
}
</style>
border-color css
<style>
span { border-color: #381E09; }
span { border-color: rgb(56,30,9); }
td.TdClassName
{
border-color: #381E09;
}
.TagClassName
{
border-color: #381E09;
}
</style>