Shades of Cocoa Brown #38281E
Tints of Cocoa Brown #38281E
RGB
CMYK
RGB Variations
Color information
#38281E (or 0x38281E) is known color: Cocoa Brown. HEX triplet: 38, 28 and 1E. RGB value is (56,40,30). Sum of RGB (Red+Green+Blue) = 56+40+30=126 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.44% from 126); Green value is 40 (16.02% from 255 or 31.75% from 126); Blue value is 30 (12.11% from 255 or 23.81% from 126); Max value from RGB is 56 - color contains mainly: red. Hex color #38281E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38281E is #C7D7E1. Grayscale: #2B2B2B. Windows color (decimal): -13096930 or 1976376. OLE color: 1976376.
HSL color Cylindrical-coordinate representation of color #38281E: hue angle of 23.08º 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 #38281E is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 40 | 30 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.78 |
| HSL | 23.08º | 0.3% | 0.17% | - |
| HSV(B) | 23.08º | 0.46% | 0.22% | - |
| XYZ | 2.62 | 2.45 | 1.56 | - |
| YUV | 43.64 | 120.3 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 40 | 30 | 0 | 0.29 | 0.46 | 0.78 | 23.08 | 0.3 | 0.17 |
| Hex | 38 | 28 | 1E | 0 | 1D | 2E | 4E | 17 | 1E | 11 |
| Octal | 70 | 50 | 36 | 0 | 35 | 56 | 116 | 27 | 36 | 21 |
| Binary | 111000 | 101000 | 11110 | 0 | 11101 | 101110 | 1001110 | 10111 | 11110 | 10001 |
Color Harmonies of #38281E
Complementary color
Monochromatic Colors of #38281E
Black with #38281E
Text Example
Text Example
White with #38281E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38281E; }
p { color: rgb(56,40,30); }
H1.HeaderClassName
{
color: #38281E;
}
.AnyTagClassName
{
color: #38281E;
}
</style>
background-color css
<style>
a { background-color: #38281E; }
a { background-color: rgb(56,40,30); }
div.DivClassName
{
background-color: #38281E;
}
.BgClassName
{
background-color: #38281E;
}
</style>
border-color css
<style>
span { border-color: #38281E; }
span { border-color: rgb(56,40,30); }
td.TdClassName
{
border-color: #38281E;
}
.TagClassName
{
border-color: #38281E;
}
</style>