Shades of Cocoa Brown #38210E
Tints of Cocoa Brown #38210E
RGB
CMYK
RGB Variations
Color information
#38210E (or 0x38210E) is known color: Cocoa Brown. HEX triplet: 38, 21 and 0E. RGB value is (56,33,14). Sum of RGB (Red+Green+Blue) = 56+33+14=103 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.37% from 103); Green value is 33 (13.28% from 255 or 32.04% from 103); Blue value is 14 (5.86% from 255 or 13.59% from 103); Max value from RGB is 56 - color contains mainly: red. Hex color #38210E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38210E is #C7DEF1. Grayscale: #252525. Windows color (decimal): -13098738 or 926008. OLE color: 926008.
HSL color Cylindrical-coordinate representation of color #38210E: hue angle of 27.14º degrees, saturation: 0.6, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38210E is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 33 | 14 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.78 |
| HSL | 27.14º | 0.6% | 0.14% | - |
| HSV(B) | 27.14º | 0.75% | 0.22% | - |
| XYZ | 2.25 | 1.96 | 0.68 | - |
| YUV | 37.71 | 114.62 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 33 | 14 | 0 | 0.41 | 0.75 | 0.78 | 27.14 | 0.6 | 0.14 |
| Hex | 38 | 21 | E | 0 | 29 | 4B | 4E | 1B | 3C | E |
| Octal | 70 | 41 | 16 | 0 | 51 | 113 | 116 | 33 | 74 | 16 |
| Binary | 111000 | 100001 | 1110 | 0 | 101001 | 1001011 | 1001110 | 11011 | 111100 | 1110 |
Color Harmonies of #38210E
Complementary color
Monochromatic Colors of #38210E
Black with #38210E
Text Example
Text Example
White with #38210E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38210E; }
p { color: rgb(56,33,14); }
H1.HeaderClassName
{
color: #38210E;
}
.AnyTagClassName
{
color: #38210E;
}
</style>
background-color css
<style>
a { background-color: #38210E; }
a { background-color: rgb(56,33,14); }
div.DivClassName
{
background-color: #38210E;
}
.BgClassName
{
background-color: #38210E;
}
</style>
border-color css
<style>
span { border-color: #38210E; }
span { border-color: rgb(56,33,14); }
td.TdClassName
{
border-color: #38210E;
}
.TagClassName
{
border-color: #38210E;
}
</style>