Shades of Cocoa Brown #382306
Tints of Cocoa Brown #382306
RGB
CMYK
RGB Variations
Color information
#382306 (or 0x382306) is known color: Cocoa Brown. HEX triplet: 38, 23 and 06. RGB value is (56,35,6). Sum of RGB (Red+Green+Blue) = 56+35+6=97 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.73% from 97); Green value is 35 (14.06% from 255 or 36.08% from 97); Blue value is 6 (2.73% from 255 or 6.19% from 97); Max value from RGB is 56 - color contains mainly: red. Hex color #382306 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382306 is #C7DCF9. Grayscale: #262626. Windows color (decimal): -13098234 or 402232. OLE color: 402232.
HSL color Cylindrical-coordinate representation of color #382306: hue angle of 34.8º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #382306 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 35 | 6 | - |
| CMYK | 0 | 0.37 | 0.89 | 0.78 |
| HSL | 34.8º | 0.81% | 0.12% | - |
| HSV(B) | 34.8º | 0.89% | 0.22% | - |
| XYZ | 2.26 | 2.06 | 0.45 | - |
| YUV | 37.97 | 109.96 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 35 | 6 | 0 | 0.37 | 0.89 | 0.78 | 34.8 | 0.81 | 0.12 |
| Hex | 38 | 23 | 6 | 0 | 25 | 59 | 4E | 23 | 51 | C |
| Octal | 70 | 43 | 6 | 0 | 45 | 131 | 116 | 43 | 121 | 14 |
| Binary | 111000 | 100011 | 110 | 0 | 100101 | 1011001 | 1001110 | 100011 | 1010001 | 1100 |
Color Harmonies of #382306
Complementary color
Monochromatic Colors of #382306
Black with #382306
Text Example
Text Example
White with #382306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382306; }
p { color: rgb(56,35,6); }
H1.HeaderClassName
{
color: #382306;
}
.AnyTagClassName
{
color: #382306;
}
</style>
background-color css
<style>
a { background-color: #382306; }
a { background-color: rgb(56,35,6); }
div.DivClassName
{
background-color: #382306;
}
.BgClassName
{
background-color: #382306;
}
</style>
border-color css
<style>
span { border-color: #382306; }
span { border-color: rgb(56,35,6); }
td.TdClassName
{
border-color: #382306;
}
.TagClassName
{
border-color: #382306;
}
</style>