Shades of Cocoa Brown #38291B
Tints of Cocoa Brown #38291B
RGB
CMYK
RGB Variations
Color information
#38291B (or 0x38291B) is known color: Cocoa Brown. HEX triplet: 38, 29 and 1B. RGB value is (56,41,27). Sum of RGB (Red+Green+Blue) = 56+41+27=124 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.16% from 124); Green value is 41 (16.41% from 255 or 33.06% from 124); Blue value is 27 (10.94% from 255 or 21.77% from 124); Max value from RGB is 56 - color contains mainly: red. Hex color #38291B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38291B is #C7D6E4. Grayscale: #2B2B2B. Windows color (decimal): -13096677 or 1780024. OLE color: 1780024.
HSL color Cylindrical-coordinate representation of color #38291B: hue angle of 28.97º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #38291B is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 41 | 27 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.78 |
| HSL | 28.97º | 0.35% | 0.16% | - |
| HSV(B) | 28.97º | 0.52% | 0.22% | - |
| XYZ | 2.62 | 2.51 | 1.38 | - |
| YUV | 43.89 | 118.47 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 41 | 27 | 0 | 0.27 | 0.52 | 0.78 | 28.97 | 0.35 | 0.16 |
| Hex | 38 | 29 | 1B | 0 | 1B | 34 | 4E | 1D | 23 | 10 |
| Octal | 70 | 51 | 33 | 0 | 33 | 64 | 116 | 35 | 43 | 20 |
| Binary | 111000 | 101001 | 11011 | 0 | 11011 | 110100 | 1001110 | 11101 | 100011 | 10000 |
Color Harmonies of #38291B
Complementary color
Monochromatic Colors of #38291B
Black with #38291B
Text Example
Text Example
White with #38291B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38291B; }
p { color: rgb(56,41,27); }
H1.HeaderClassName
{
color: #38291B;
}
.AnyTagClassName
{
color: #38291B;
}
</style>
background-color css
<style>
a { background-color: #38291B; }
a { background-color: rgb(56,41,27); }
div.DivClassName
{
background-color: #38291B;
}
.BgClassName
{
background-color: #38291B;
}
</style>
border-color css
<style>
span { border-color: #38291B; }
span { border-color: rgb(56,41,27); }
td.TdClassName
{
border-color: #38291B;
}
.TagClassName
{
border-color: #38291B;
}
</style>