Shades of Cocoa Brown #38260C
Tints of Cocoa Brown #38260C
RGB
CMYK
RGB Variations
Color information
#38260C (or 0x38260C) is known color: Cocoa Brown. HEX triplet: 38, 26 and 0C. RGB value is (56,38,12). Sum of RGB (Red+Green+Blue) = 56+38+12=106 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.83% from 106); Green value is 38 (15.23% from 255 or 35.85% from 106); Blue value is 12 (5.08% from 255 or 11.32% from 106); Max value from RGB is 56 - color contains mainly: red. Hex color #38260C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38260C is #C7D9F3. Grayscale: #282828. Windows color (decimal): -13097460 or 796216. OLE color: 796216.
HSL color Cylindrical-coordinate representation of color #38260C: hue angle of 35.45º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #38260C is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 38 | 12 | - |
| CMYK | 0 | 0.32 | 0.79 | 0.78 |
| HSL | 35.45º | 0.65% | 0.13% | - |
| HSV(B) | 35.45º | 0.79% | 0.22% | - |
| XYZ | 2.39 | 2.25 | 0.66 | - |
| YUV | 40.42 | 111.96 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 38 | 12 | 0 | 0.32 | 0.79 | 0.78 | 35.45 | 0.65 | 0.13 |
| Hex | 38 | 26 | C | 0 | 20 | 4F | 4E | 23 | 41 | D |
| Octal | 70 | 46 | 14 | 0 | 40 | 117 | 116 | 43 | 101 | 15 |
| Binary | 111000 | 100110 | 1100 | 0 | 100000 | 1001111 | 1001110 | 100011 | 1000001 | 1101 |
Color Harmonies of #38260C
Complementary color
Monochromatic Colors of #38260C
Black with #38260C
Text Example
Text Example
White with #38260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38260C; }
p { color: rgb(56,38,12); }
H1.HeaderClassName
{
color: #38260C;
}
.AnyTagClassName
{
color: #38260C;
}
</style>
background-color css
<style>
a { background-color: #38260C; }
a { background-color: rgb(56,38,12); }
div.DivClassName
{
background-color: #38260C;
}
.BgClassName
{
background-color: #38260C;
}
</style>
border-color css
<style>
span { border-color: #38260C; }
span { border-color: rgb(56,38,12); }
td.TdClassName
{
border-color: #38260C;
}
.TagClassName
{
border-color: #38260C;
}
</style>