Shades of Cocoa Brown #3A2403
Tints of Cocoa Brown #3A2403
RGB
CMYK
RGB Variations
Color information
#3A2403 (or 0x3A2403) is known color: Cocoa Brown. HEX triplet: 3A, 24 and 03. RGB value is (58,36,3). Sum of RGB (Red+Green+Blue) = 58+36+3=97 (12% of max value = 765). Red value is 58 (23.05% from 255 or 59.79% from 97); Green value is 36 (14.45% from 255 or 37.11% from 97); Blue value is 3 (1.56% from 255 or 3.09% from 97); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2403 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2403 is #C5DBFC. Grayscale: #262626. Windows color (decimal): -12966909 or 205882. OLE color: 205882.
HSL color Cylindrical-coordinate representation of color #3A2403: hue angle of 36º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A2403 is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 36 | 3 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.77 |
| HSL | 36º | 0.9% | 0.12% | - |
| HSV(B) | 36º | 0.95% | 0.23% | - |
| XYZ | 2.39 | 2.17 | 0.38 | - |
| YUV | 38.82 | 107.79 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 36 | 3 | 0 | 0.38 | 0.95 | 0.77 | 36 | 0.9 | 0.12 |
| Hex | 3A | 24 | 3 | 0 | 26 | 5F | 4D | 24 | 5A | C |
| Octal | 72 | 44 | 3 | 0 | 46 | 137 | 115 | 44 | 132 | 14 |
| Binary | 111010 | 100100 | 11 | 0 | 100110 | 1011111 | 1001101 | 100100 | 1011010 | 1100 |
Color Harmonies of #3A2403
Complementary color
Monochromatic Colors of #3A2403
Black with #3A2403
Text Example
Text Example
White with #3A2403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2403; }
p { color: rgb(58,36,3); }
H1.HeaderClassName
{
color: #3A2403;
}
.AnyTagClassName
{
color: #3A2403;
}
</style>
background-color css
<style>
a { background-color: #3A2403; }
a { background-color: rgb(58,36,3); }
div.DivClassName
{
background-color: #3A2403;
}
.BgClassName
{
background-color: #3A2403;
}
</style>
border-color css
<style>
span { border-color: #3A2403; }
span { border-color: rgb(58,36,3); }
td.TdClassName
{
border-color: #3A2403;
}
.TagClassName
{
border-color: #3A2403;
}
</style>