Shades of Cocoa Brown #38240A
Tints of Cocoa Brown #38240A
RGB
CMYK
RGB Variations
Color information
#38240A (or 0x38240A) is known color: Cocoa Brown. HEX triplet: 38, 24 and 0A. RGB value is (56,36,10). Sum of RGB (Red+Green+Blue) = 56+36+10=102 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.90% from 102); Green value is 36 (14.45% from 255 or 35.29% from 102); Blue value is 10 (4.30% from 255 or 9.80% from 102); Max value from RGB is 56 - color contains mainly: red. Hex color #38240A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38240A is #C7DBF5. Grayscale: #272727. Windows color (decimal): -13097974 or 664632. OLE color: 664632.
HSL color Cylindrical-coordinate representation of color #38240A: hue angle of 33.91º 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 #38240A is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 36 | 10 | - |
| CMYK | 0 | 0.36 | 0.82 | 0.78 |
| HSL | 33.91º | 0.7% | 0.13% | - |
| HSV(B) | 33.91º | 0.82% | 0.22% | - |
| XYZ | 2.32 | 2.12 | 0.58 | - |
| YUV | 39.02 | 111.63 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 36 | 10 | 0 | 0.36 | 0.82 | 0.78 | 33.91 | 0.7 | 0.13 |
| Hex | 38 | 24 | A | 0 | 24 | 52 | 4E | 22 | 46 | D |
| Octal | 70 | 44 | 12 | 0 | 44 | 122 | 116 | 42 | 106 | 15 |
| Binary | 111000 | 100100 | 1010 | 0 | 100100 | 1010010 | 1001110 | 100010 | 1000110 | 1101 |
Color Harmonies of #38240A
Complementary color
Monochromatic Colors of #38240A
Black with #38240A
Text Example
Text Example
White with #38240A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38240A; }
p { color: rgb(56,36,10); }
H1.HeaderClassName
{
color: #38240A;
}
.AnyTagClassName
{
color: #38240A;
}
</style>
background-color css
<style>
a { background-color: #38240A; }
a { background-color: rgb(56,36,10); }
div.DivClassName
{
background-color: #38240A;
}
.BgClassName
{
background-color: #38240A;
}
</style>
border-color css
<style>
span { border-color: #38240A; }
span { border-color: rgb(56,36,10); }
td.TdClassName
{
border-color: #38240A;
}
.TagClassName
{
border-color: #38240A;
}
</style>