Shades of Cocoa Brown #341F03
Tints of Cocoa Brown #341F03
RGB
CMYK
RGB Variations
Color information
#341F03 (or 0x341F03) is known color: Cocoa Brown. HEX triplet: 34, 1F and 03. RGB value is (52,31,3). Sum of RGB (Red+Green+Blue) = 52+31+3=86 (11% of max value = 765). Red value is 52 (20.70% from 255 or 60.47% from 86); Green value is 31 (12.5% from 255 or 36.05% from 86); Blue value is 3 (1.56% from 255 or 3.49% from 86); Max value from RGB is 52 - color contains mainly: red. Hex color #341F03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341F03 is #CBE0FC. Grayscale: #222222. Windows color (decimal): -13361405 or 204596. OLE color: 204596.
HSL color Cylindrical-coordinate representation of color #341F03: hue angle of 34.29º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #341F03 is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 31 | 3 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.80 |
| HSL | 34.29º | 0.89% | 0.11% | - |
| HSV(B) | 34.29º | 0.94% | 0.2% | - |
| XYZ | 1.92 | 1.72 | 0.32 | - |
| YUV | 34.09 | 110.46 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 31 | 3 | 0 | 0.40 | 0.94 | 0.80 | 34.29 | 0.89 | 0.11 |
| Hex | 34 | 1F | 3 | 0 | 28 | 5E | 50 | 22 | 59 | B |
| Octal | 64 | 37 | 3 | 0 | 50 | 136 | 120 | 42 | 131 | 13 |
| Binary | 110100 | 11111 | 11 | 0 | 101000 | 1011110 | 1010000 | 100010 | 1011001 | 1011 |
Color Harmonies of #341F03
Complementary color
Monochromatic Colors of #341F03
Black with #341F03
Text Example
Text Example
White with #341F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341F03; }
p { color: rgb(52,31,3); }
H1.HeaderClassName
{
color: #341F03;
}
.AnyTagClassName
{
color: #341F03;
}
</style>
background-color css
<style>
a { background-color: #341F03; }
a { background-color: rgb(52,31,3); }
div.DivClassName
{
background-color: #341F03;
}
.BgClassName
{
background-color: #341F03;
}
</style>
border-color css
<style>
span { border-color: #341F03; }
span { border-color: rgb(52,31,3); }
td.TdClassName
{
border-color: #341F03;
}
.TagClassName
{
border-color: #341F03;
}
</style>