Shades of Cocoa Brown #3A280F
Tints of Cocoa Brown #3A280F
RGB
CMYK
RGB Variations
Color information
#3A280F (or 0x3A280F) is known color: Cocoa Brown. HEX triplet: 3A, 28 and 0F. RGB value is (58,40,15). Sum of RGB (Red+Green+Blue) = 58+40+15=113 (14% of max value = 765). Red value is 58 (23.05% from 255 or 51.33% from 113); Green value is 40 (16.02% from 255 or 35.40% from 113); Blue value is 15 (6.25% from 255 or 13.27% from 113); Max value from RGB is 58 - color contains mainly: red. Hex color #3A280F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A280F is #C5D7F0. Grayscale: #2A2A2A. Windows color (decimal): -12965873 or 993338. OLE color: 993338.
HSL color Cylindrical-coordinate representation of color #3A280F: hue angle of 34.88º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A280F is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 40 | 15 | - |
| CMYK | 0 | 0.31 | 0.74 | 0.77 |
| HSL | 34.88º | 0.59% | 0.14% | - |
| HSV(B) | 34.88º | 0.74% | 0.23% | - |
| XYZ | 2.59 | 2.45 | 0.79 | - |
| YUV | 42.53 | 112.46 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 40 | 15 | 0 | 0.31 | 0.74 | 0.77 | 34.88 | 0.59 | 0.14 |
| Hex | 3A | 28 | F | 0 | 1F | 4A | 4D | 23 | 3B | E |
| Octal | 72 | 50 | 17 | 0 | 37 | 112 | 115 | 43 | 73 | 16 |
| Binary | 111010 | 101000 | 1111 | 0 | 11111 | 1001010 | 1001101 | 100011 | 111011 | 1110 |
Color Harmonies of #3A280F
Complementary color
Monochromatic Colors of #3A280F
Black with #3A280F
Text Example
Text Example
White with #3A280F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A280F; }
p { color: rgb(58,40,15); }
H1.HeaderClassName
{
color: #3A280F;
}
.AnyTagClassName
{
color: #3A280F;
}
</style>
background-color css
<style>
a { background-color: #3A280F; }
a { background-color: rgb(58,40,15); }
div.DivClassName
{
background-color: #3A280F;
}
.BgClassName
{
background-color: #3A280F;
}
</style>
border-color css
<style>
span { border-color: #3A280F; }
span { border-color: rgb(58,40,15); }
td.TdClassName
{
border-color: #3A280F;
}
.TagClassName
{
border-color: #3A280F;
}
</style>