Shades of Cocoa Brown #38271D
Tints of Cocoa Brown #38271D
RGB
CMYK
RGB Variations
Color information
#38271D (or 0x38271D) is known color: Cocoa Brown. HEX triplet: 38, 27 and 1D. RGB value is (56,39,29). Sum of RGB (Red+Green+Blue) = 56+39+29=124 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.16% from 124); Green value is 39 (15.62% from 255 or 31.45% from 124); Blue value is 29 (11.72% from 255 or 23.39% from 124); Max value from RGB is 56 - color contains mainly: red. Hex color #38271D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38271D is #C7D8E2. Grayscale: #2B2B2B. Windows color (decimal): -13097187 or 1910584. OLE color: 1910584.
HSL color Cylindrical-coordinate representation of color #38271D: hue angle of 22.22º 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 #38271D is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 39 | 29 | - |
| CMYK | 0 | 0.30 | 0.48 | 0.78 |
| HSL | 22.22º | 0.32% | 0.17% | - |
| HSV(B) | 22.22º | 0.48% | 0.22% | - |
| XYZ | 2.58 | 2.38 | 1.49 | - |
| YUV | 42.94 | 120.13 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 39 | 29 | 0 | 0.30 | 0.48 | 0.78 | 22.22 | 0.32 | 0.17 |
| Hex | 38 | 27 | 1D | 0 | 1E | 30 | 4E | 16 | 20 | 11 |
| Octal | 70 | 47 | 35 | 0 | 36 | 60 | 116 | 26 | 40 | 21 |
| Binary | 111000 | 100111 | 11101 | 0 | 11110 | 110000 | 1001110 | 10110 | 100000 | 10001 |
Color Harmonies of #38271D
Complementary color
Monochromatic Colors of #38271D
Black with #38271D
Text Example
Text Example
White with #38271D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38271D; }
p { color: rgb(56,39,29); }
H1.HeaderClassName
{
color: #38271D;
}
.AnyTagClassName
{
color: #38271D;
}
</style>
background-color css
<style>
a { background-color: #38271D; }
a { background-color: rgb(56,39,29); }
div.DivClassName
{
background-color: #38271D;
}
.BgClassName
{
background-color: #38271D;
}
</style>
border-color css
<style>
span { border-color: #38271D; }
span { border-color: rgb(56,39,29); }
td.TdClassName
{
border-color: #38271D;
}
.TagClassName
{
border-color: #38271D;
}
</style>