Shades of Cocoa Brown #382315
Tints of Cocoa Brown #382315
RGB
CMYK
RGB Variations
Color information
#382315 (or 0x382315) is known color: Cocoa Brown. HEX triplet: 38, 23 and 15. RGB value is (56,35,21). Sum of RGB (Red+Green+Blue) = 56+35+21=112 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50% from 112); Green value is 35 (14.06% from 255 or 31.25% from 112); Blue value is 21 (8.59% from 255 or 18.75% from 112); Max value from RGB is 56 - color contains mainly: red. Hex color #382315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382315 is #C7DCEA. Grayscale: #272727. Windows color (decimal): -13098219 or 1385272. OLE color: 1385272.
HSL color Cylindrical-coordinate representation of color #382315: hue angle of 24º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #382315 is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 35 | 21 | - |
| CMYK | 0 | 0.37 | 0.63 | 0.78 |
| HSL | 24º | 0.45% | 0.15% | - |
| HSV(B) | 24º | 0.63% | 0.22% | - |
| XYZ | 2.37 | 2.1 | 0.99 | - |
| YUV | 39.68 | 117.46 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 35 | 21 | 0 | 0.37 | 0.63 | 0.78 | 24 | 0.45 | 0.15 |
| Hex | 38 | 23 | 15 | 0 | 25 | 3F | 4E | 18 | 2D | F |
| Octal | 70 | 43 | 25 | 0 | 45 | 77 | 116 | 30 | 55 | 17 |
| Binary | 111000 | 100011 | 10101 | 0 | 100101 | 111111 | 1001110 | 11000 | 101101 | 1111 |
Color Harmonies of #382315
Complementary color
Monochromatic Colors of #382315
Black with #382315
Text Example
Text Example
White with #382315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382315; }
p { color: rgb(56,35,21); }
H1.HeaderClassName
{
color: #382315;
}
.AnyTagClassName
{
color: #382315;
}
</style>
background-color css
<style>
a { background-color: #382315; }
a { background-color: rgb(56,35,21); }
div.DivClassName
{
background-color: #382315;
}
.BgClassName
{
background-color: #382315;
}
</style>
border-color css
<style>
span { border-color: #382315; }
span { border-color: rgb(56,35,21); }
td.TdClassName
{
border-color: #382315;
}
.TagClassName
{
border-color: #382315;
}
</style>