Shades of Cocoa Brown #38291E
Tints of Cocoa Brown #38291E
RGB
CMYK
RGB Variations
Color information
#38291E (or 0x38291E) is known color: Cocoa Brown. HEX triplet: 38, 29 and 1E. RGB value is (56,41,30). Sum of RGB (Red+Green+Blue) = 56+41+30=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 41 (16.41% from 255 or 32.28% from 127); Blue value is 30 (12.11% from 255 or 23.62% from 127); Max value from RGB is 56 - color contains mainly: red. Hex color #38291E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38291E is #C7D6E1. Grayscale: #2C2C2C. Windows color (decimal): -13096674 or 1976632. OLE color: 1976632.
HSL color Cylindrical-coordinate representation of color #38291E: hue angle of 25.38º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #38291E is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 41 | 30 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.78 |
| HSL | 25.38º | 0.3% | 0.17% | - |
| HSV(B) | 25.38º | 0.46% | 0.22% | - |
| XYZ | 2.66 | 2.52 | 1.57 | - |
| YUV | 44.23 | 119.97 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 41 | 30 | 0 | 0.27 | 0.46 | 0.78 | 25.38 | 0.3 | 0.17 |
| Hex | 38 | 29 | 1E | 0 | 1B | 2E | 4E | 19 | 1E | 11 |
| Octal | 70 | 51 | 36 | 0 | 33 | 56 | 116 | 31 | 36 | 21 |
| Binary | 111000 | 101001 | 11110 | 0 | 11011 | 101110 | 1001110 | 11001 | 11110 | 10001 |
Color Harmonies of #38291E
Complementary color
Monochromatic Colors of #38291E
Black with #38291E
Text Example
Text Example
White with #38291E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38291E; }
p { color: rgb(56,41,30); }
H1.HeaderClassName
{
color: #38291E;
}
.AnyTagClassName
{
color: #38291E;
}
</style>
background-color css
<style>
a { background-color: #38291E; }
a { background-color: rgb(56,41,30); }
div.DivClassName
{
background-color: #38291E;
}
.BgClassName
{
background-color: #38291E;
}
</style>
border-color css
<style>
span { border-color: #38291E; }
span { border-color: rgb(56,41,30); }
td.TdClassName
{
border-color: #38291E;
}
.TagClassName
{
border-color: #38291E;
}
</style>