Shades of Cocoa Brown #38240E
Tints of Cocoa Brown #38240E
RGB
CMYK
RGB Variations
Color information
#38240E (or 0x38240E) is known color: Cocoa Brown. HEX triplet: 38, 24 and 0E. RGB value is (56,36,14). Sum of RGB (Red+Green+Blue) = 56+36+14=106 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.83% from 106); Green value is 36 (14.45% from 255 or 33.96% from 106); Blue value is 14 (5.86% from 255 or 13.21% from 106); Max value from RGB is 56 - color contains mainly: red. Hex color #38240E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38240E is #C7DBF1. Grayscale: #272727. Windows color (decimal): -13097970 or 926776. OLE color: 926776.
HSL color Cylindrical-coordinate representation of color #38240E: hue angle of 31.43º 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 #38240E is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 36 | 14 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.78 |
| HSL | 31.43º | 0.6% | 0.14% | - |
| HSV(B) | 31.43º | 0.75% | 0.22% | - |
| XYZ | 2.34 | 2.13 | 0.7 | - |
| YUV | 39.47 | 113.63 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 36 | 14 | 0 | 0.36 | 0.75 | 0.78 | 31.43 | 0.6 | 0.14 |
| Hex | 38 | 24 | E | 0 | 24 | 4B | 4E | 1F | 3C | E |
| Octal | 70 | 44 | 16 | 0 | 44 | 113 | 116 | 37 | 74 | 16 |
| Binary | 111000 | 100100 | 1110 | 0 | 100100 | 1001011 | 1001110 | 11111 | 111100 | 1110 |
Color Harmonies of #38240E
Complementary color
Monochromatic Colors of #38240E
Black with #38240E
Text Example
Text Example
White with #38240E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38240E; }
p { color: rgb(56,36,14); }
H1.HeaderClassName
{
color: #38240E;
}
.AnyTagClassName
{
color: #38240E;
}
</style>
background-color css
<style>
a { background-color: #38240E; }
a { background-color: rgb(56,36,14); }
div.DivClassName
{
background-color: #38240E;
}
.BgClassName
{
background-color: #38240E;
}
</style>
border-color css
<style>
span { border-color: #38240E; }
span { border-color: rgb(56,36,14); }
td.TdClassName
{
border-color: #38240E;
}
.TagClassName
{
border-color: #38240E;
}
</style>