Shades of Cocoa Brown #3B260D
Tints of Cocoa Brown #3B260D
RGB
CMYK
RGB Variations
Color information
#3B260D (or 0x3B260D) is known color: Cocoa Brown. HEX triplet: 3B, 26 and 0D. RGB value is (59,38,13). Sum of RGB (Red+Green+Blue) = 59+38+13=110 (14% of max value = 765). Red value is 59 (23.44% from 255 or 53.64% from 110); Green value is 38 (15.23% from 255 or 34.55% from 110); Blue value is 13 (5.47% from 255 or 11.82% from 110); Max value from RGB is 59 - color contains mainly: red. Hex color #3B260D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B260D is #C4D9F2. Grayscale: #292929. Windows color (decimal): -12900851 or 861755. OLE color: 861755.
HSL color Cylindrical-coordinate representation of color #3B260D: hue angle of 32.61º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3B260D is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 38 | 13 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.77 |
| HSL | 32.61º | 0.64% | 0.14% | - |
| HSV(B) | 32.61º | 0.78% | 0.23% | - |
| XYZ | 2.57 | 2.35 | 0.7 | - |
| YUV | 41.43 | 111.96 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 38 | 13 | 0 | 0.36 | 0.78 | 0.77 | 32.61 | 0.64 | 0.14 |
| Hex | 3B | 26 | D | 0 | 24 | 4E | 4D | 21 | 40 | E |
| Octal | 73 | 46 | 15 | 0 | 44 | 116 | 115 | 41 | 100 | 16 |
| Binary | 111011 | 100110 | 1101 | 0 | 100100 | 1001110 | 1001101 | 100001 | 1000000 | 1110 |
Color Harmonies of #3B260D
Complementary color
Monochromatic Colors of #3B260D
Black with #3B260D
Text Example
Text Example
White with #3B260D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B260D; }
p { color: rgb(59,38,13); }
H1.HeaderClassName
{
color: #3B260D;
}
.AnyTagClassName
{
color: #3B260D;
}
</style>
background-color css
<style>
a { background-color: #3B260D; }
a { background-color: rgb(59,38,13); }
div.DivClassName
{
background-color: #3B260D;
}
.BgClassName
{
background-color: #3B260D;
}
</style>
border-color css
<style>
span { border-color: #3B260D; }
span { border-color: rgb(59,38,13); }
td.TdClassName
{
border-color: #3B260D;
}
.TagClassName
{
border-color: #3B260D;
}
</style>