Shades of Cocoa Brown #38210C
Tints of Cocoa Brown #38210C
RGB
CMYK
RGB Variations
Color information
#38210C (or 0x38210C) is known color: Cocoa Brown. HEX triplet: 38, 21 and 0C. RGB value is (56,33,12). Sum of RGB (Red+Green+Blue) = 56+33+12=101 (13% of max value = 765). Red value is 56 (22.27% from 255 or 55.45% from 101); Green value is 33 (13.28% from 255 or 32.67% from 101); Blue value is 12 (5.08% from 255 or 11.88% from 101); Max value from RGB is 56 - color contains mainly: red. Hex color #38210C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38210C is #C7DEF3. Grayscale: #252525. Windows color (decimal): -13098740 or 794936. OLE color: 794936.
HSL color Cylindrical-coordinate representation of color #38210C: hue angle of 28.64º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #38210C is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 33 | 12 | - |
| CMYK | 0 | 0.41 | 0.79 | 0.78 |
| HSL | 28.64º | 0.65% | 0.13% | - |
| HSV(B) | 28.64º | 0.79% | 0.22% | - |
| XYZ | 2.24 | 1.96 | 0.61 | - |
| YUV | 37.48 | 113.62 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 33 | 12 | 0 | 0.41 | 0.79 | 0.78 | 28.64 | 0.65 | 0.13 |
| Hex | 38 | 21 | C | 0 | 29 | 4F | 4E | 1D | 41 | D |
| Octal | 70 | 41 | 14 | 0 | 51 | 117 | 116 | 35 | 101 | 15 |
| Binary | 111000 | 100001 | 1100 | 0 | 101001 | 1001111 | 1001110 | 11101 | 1000001 | 1101 |
Color Harmonies of #38210C
Complementary color
Monochromatic Colors of #38210C
Black with #38210C
Text Example
Text Example
White with #38210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38210C; }
p { color: rgb(56,33,12); }
H1.HeaderClassName
{
color: #38210C;
}
.AnyTagClassName
{
color: #38210C;
}
</style>
background-color css
<style>
a { background-color: #38210C; }
a { background-color: rgb(56,33,12); }
div.DivClassName
{
background-color: #38210C;
}
.BgClassName
{
background-color: #38210C;
}
</style>
border-color css
<style>
span { border-color: #38210C; }
span { border-color: rgb(56,33,12); }
td.TdClassName
{
border-color: #38210C;
}
.TagClassName
{
border-color: #38210C;
}
</style>