Shades of Cocoa Brown #38210A
Tints of Cocoa Brown #38210A
RGB
CMYK
RGB Variations
Color information
#38210A (or 0x38210A) is known color: Cocoa Brown. HEX triplet: 38, 21 and 0A. RGB value is (56,33,10). Sum of RGB (Red+Green+Blue) = 56+33+10=99 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56.57% from 99); Green value is 33 (13.28% from 255 or 33.33% from 99); Blue value is 10 (4.30% from 255 or 10.10% from 99); Max value from RGB is 56 - color contains mainly: red. Hex color #38210A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38210A is #C7DEF5. Grayscale: #252525. Windows color (decimal): -13098742 or 663864. OLE color: 663864.
HSL color Cylindrical-coordinate representation of color #38210A: hue angle of 30º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #38210A is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 33 | 10 | - |
| CMYK | 0 | 0.41 | 0.82 | 0.78 |
| HSL | 30º | 0.7% | 0.13% | - |
| HSV(B) | 30º | 0.82% | 0.22% | - |
| XYZ | 2.23 | 1.95 | 0.55 | - |
| YUV | 37.26 | 112.62 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 33 | 10 | 0 | 0.41 | 0.82 | 0.78 | 30 | 0.7 | 0.13 |
| Hex | 38 | 21 | A | 0 | 29 | 52 | 4E | 1E | 46 | D |
| Octal | 70 | 41 | 12 | 0 | 51 | 122 | 116 | 36 | 106 | 15 |
| Binary | 111000 | 100001 | 1010 | 0 | 101001 | 1010010 | 1001110 | 11110 | 1000110 | 1101 |
Color Harmonies of #38210A
Complementary color
Monochromatic Colors of #38210A
Black with #38210A
Text Example
Text Example
White with #38210A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38210A; }
p { color: rgb(56,33,10); }
H1.HeaderClassName
{
color: #38210A;
}
.AnyTagClassName
{
color: #38210A;
}
</style>
background-color css
<style>
a { background-color: #38210A; }
a { background-color: rgb(56,33,10); }
div.DivClassName
{
background-color: #38210A;
}
.BgClassName
{
background-color: #38210A;
}
</style>
border-color css
<style>
span { border-color: #38210A; }
span { border-color: rgb(56,33,10); }
td.TdClassName
{
border-color: #38210A;
}
.TagClassName
{
border-color: #38210A;
}
</style>