Shades of Cocoa Brown #341A03
Tints of Cocoa Brown #341A03
RGB
CMYK
RGB Variations
Color information
#341A03 (or 0x341A03) is known color: Cocoa Brown. HEX triplet: 34, 1A and 03. RGB value is (52,26,3). Sum of RGB (Red+Green+Blue) = 52+26+3=81 (10% of max value = 765). Red value is 52 (20.70% from 255 or 64.20% from 81); Green value is 26 (10.55% from 255 or 32.10% from 81); Blue value is 3 (1.56% from 255 or 3.70% from 81); Max value from RGB is 52 - color contains mainly: red. Hex color #341A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341A03 is #CBE5FC. Grayscale: #1F1F1F. Windows color (decimal): -13362685 or 203316. OLE color: 203316.
HSL color Cylindrical-coordinate representation of color #341A03: hue angle of 28.16º 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 #341A03 is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 26 | 3 | - |
| CMYK | 0 | 0.50 | 0.94 | 0.80 |
| HSL | 28.16º | 0.89% | 0.11% | - |
| HSV(B) | 28.16º | 0.94% | 0.2% | - |
| XYZ | 1.8 | 1.48 | 0.28 | - |
| YUV | 31.15 | 112.11 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 26 | 3 | 0 | 0.50 | 0.94 | 0.80 | 28.16 | 0.89 | 0.11 |
| Hex | 34 | 1A | 3 | 0 | 32 | 5E | 50 | 1C | 59 | B |
| Octal | 64 | 32 | 3 | 0 | 62 | 136 | 120 | 34 | 131 | 13 |
| Binary | 110100 | 11010 | 11 | 0 | 110010 | 1011110 | 1010000 | 11100 | 1011001 | 1011 |
Color Harmonies of #341A03
Complementary color
Monochromatic Colors of #341A03
Black with #341A03
Text Example
Text Example
White with #341A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341A03; }
p { color: rgb(52,26,3); }
H1.HeaderClassName
{
color: #341A03;
}
.AnyTagClassName
{
color: #341A03;
}
</style>
background-color css
<style>
a { background-color: #341A03; }
a { background-color: rgb(52,26,3); }
div.DivClassName
{
background-color: #341A03;
}
.BgClassName
{
background-color: #341A03;
}
</style>
border-color css
<style>
span { border-color: #341A03; }
span { border-color: rgb(52,26,3); }
td.TdClassName
{
border-color: #341A03;
}
.TagClassName
{
border-color: #341A03;
}
</style>