Shades of Cocoa Brown #341B03
Tints of Cocoa Brown #341B03
RGB
CMYK
RGB Variations
Color information
#341B03 (or 0x341B03) is known color: Cocoa Brown. HEX triplet: 34, 1B and 03. RGB value is (52,27,3). Sum of RGB (Red+Green+Blue) = 52+27+3=82 (10% of max value = 765). Red value is 52 (20.70% from 255 or 63.41% from 82); Green value is 27 (10.94% from 255 or 32.93% from 82); Blue value is 3 (1.56% from 255 or 3.66% from 82); Max value from RGB is 52 - color contains mainly: red. Hex color #341B03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341B03 is #CBE4FC. Grayscale: #1F1F1F. Windows color (decimal): -13362429 or 203572. OLE color: 203572.
HSL color Cylindrical-coordinate representation of color #341B03: hue angle of 29.39º 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 #341B03 is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 27 | 3 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.80 |
| HSL | 29.39º | 0.89% | 0.11% | - |
| HSV(B) | 29.39º | 0.94% | 0.2% | - |
| XYZ | 1.82 | 1.52 | 0.28 | - |
| YUV | 31.74 | 111.78 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 27 | 3 | 0 | 0.48 | 0.94 | 0.80 | 29.39 | 0.89 | 0.11 |
| Hex | 34 | 1B | 3 | 0 | 30 | 5E | 50 | 1D | 59 | B |
| Octal | 64 | 33 | 3 | 0 | 60 | 136 | 120 | 35 | 131 | 13 |
| Binary | 110100 | 11011 | 11 | 0 | 110000 | 1011110 | 1010000 | 11101 | 1011001 | 1011 |
Color Harmonies of #341B03
Complementary color
Monochromatic Colors of #341B03
Black with #341B03
Text Example
Text Example
White with #341B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341B03; }
p { color: rgb(52,27,3); }
H1.HeaderClassName
{
color: #341B03;
}
.AnyTagClassName
{
color: #341B03;
}
</style>
background-color css
<style>
a { background-color: #341B03; }
a { background-color: rgb(52,27,3); }
div.DivClassName
{
background-color: #341B03;
}
.BgClassName
{
background-color: #341B03;
}
</style>
border-color css
<style>
span { border-color: #341B03; }
span { border-color: rgb(52,27,3); }
td.TdClassName
{
border-color: #341B03;
}
.TagClassName
{
border-color: #341B03;
}
</style>