Shades of Cocoa Brown #38291D
Tints of Cocoa Brown #38291D
RGB
CMYK
RGB Variations
Color information
#38291D (or 0x38291D) is known color: Cocoa Brown. HEX triplet: 38, 29 and 1D. RGB value is (56,41,29). Sum of RGB (Red+Green+Blue) = 56+41+29=126 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.44% from 126); Green value is 41 (16.41% from 255 or 32.54% from 126); Blue value is 29 (11.72% from 255 or 23.02% from 126); Max value from RGB is 56 - color contains mainly: red. Hex color #38291D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38291D is #C7D6E2. Grayscale: #2C2C2C. Windows color (decimal): -13096675 or 1911096. OLE color: 1911096.
HSL color Cylindrical-coordinate representation of color #38291D: hue angle of 26.67º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #38291D is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 41 | 29 | - |
| CMYK | 0 | 0.27 | 0.48 | 0.78 |
| HSL | 26.67º | 0.32% | 0.17% | - |
| HSV(B) | 26.67º | 0.48% | 0.22% | - |
| XYZ | 2.65 | 2.52 | 1.51 | - |
| YUV | 44.12 | 119.47 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 41 | 29 | 0 | 0.27 | 0.48 | 0.78 | 26.67 | 0.32 | 0.17 |
| Hex | 38 | 29 | 1D | 0 | 1B | 30 | 4E | 1B | 20 | 11 |
| Octal | 70 | 51 | 35 | 0 | 33 | 60 | 116 | 33 | 40 | 21 |
| Binary | 111000 | 101001 | 11101 | 0 | 11011 | 110000 | 1001110 | 11011 | 100000 | 10001 |
Color Harmonies of #38291D
Complementary color
Monochromatic Colors of #38291D
Black with #38291D
Text Example
Text Example
White with #38291D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38291D; }
p { color: rgb(56,41,29); }
H1.HeaderClassName
{
color: #38291D;
}
.AnyTagClassName
{
color: #38291D;
}
</style>
background-color css
<style>
a { background-color: #38291D; }
a { background-color: rgb(56,41,29); }
div.DivClassName
{
background-color: #38291D;
}
.BgClassName
{
background-color: #38291D;
}
</style>
border-color css
<style>
span { border-color: #38291D; }
span { border-color: rgb(56,41,29); }
td.TdClassName
{
border-color: #38291D;
}
.TagClassName
{
border-color: #38291D;
}
</style>