Shades of Cocoa Brown #3A2618
Tints of Cocoa Brown #3A2618
RGB
CMYK
RGB Variations
Color information
#3A2618 (or 0x3A2618) is known color: Cocoa Brown. HEX triplet: 3A, 26 and 18. RGB value is (58,38,24). Sum of RGB (Red+Green+Blue) = 58+38+24=120 (15% of max value = 765). Red value is 58 (23.05% from 255 or 48.33% from 120); Green value is 38 (15.23% from 255 or 31.67% from 120); Blue value is 24 (9.77% from 255 or 20% from 120); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2618 is #C5D9E7. Grayscale: #2A2A2A. Windows color (decimal): -12966376 or 1582650. OLE color: 1582650.
HSL color Cylindrical-coordinate representation of color #3A2618: hue angle of 24.71º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A2618 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 38 | 24 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.77 |
| HSL | 24.71º | 0.41% | 0.16% | - |
| HSV(B) | 24.71º | 0.59% | 0.23% | - |
| XYZ | 2.6 | 2.35 | 1.18 | - |
| YUV | 42.38 | 117.63 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 38 | 24 | 0 | 0.34 | 0.59 | 0.77 | 24.71 | 0.41 | 0.16 |
| Hex | 3A | 26 | 18 | 0 | 22 | 3B | 4D | 19 | 29 | 10 |
| Octal | 72 | 46 | 30 | 0 | 42 | 73 | 115 | 31 | 51 | 20 |
| Binary | 111010 | 100110 | 11000 | 0 | 100010 | 111011 | 1001101 | 11001 | 101001 | 10000 |
Color Harmonies of #3A2618
Complementary color
Monochromatic Colors of #3A2618
Black with #3A2618
Text Example
Text Example
White with #3A2618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2618; }
p { color: rgb(58,38,24); }
H1.HeaderClassName
{
color: #3A2618;
}
.AnyTagClassName
{
color: #3A2618;
}
</style>
background-color css
<style>
a { background-color: #3A2618; }
a { background-color: rgb(58,38,24); }
div.DivClassName
{
background-color: #3A2618;
}
.BgClassName
{
background-color: #3A2618;
}
</style>
border-color css
<style>
span { border-color: #3A2618; }
span { border-color: rgb(58,38,24); }
td.TdClassName
{
border-color: #3A2618;
}
.TagClassName
{
border-color: #3A2618;
}
</style>