Shades of Cocoa Brown #341A05
Tints of Cocoa Brown #341A05
RGB
CMYK
RGB Variations
Color information
#341A05 (or 0x341A05) is known color: Cocoa Brown. HEX triplet: 34, 1A and 05. RGB value is (52,26,5). Sum of RGB (Red+Green+Blue) = 52+26+5=83 (10% of max value = 765). Red value is 52 (20.70% from 255 or 62.65% from 83); Green value is 26 (10.55% from 255 or 31.33% from 83); Blue value is 5 (2.34% from 255 or 6.02% from 83); Max value from RGB is 52 - color contains mainly: red. Hex color #341A05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341A05 is #CBE5FA. Grayscale: #1F1F1F. Windows color (decimal): -13362683 or 334388. OLE color: 334388.
HSL color Cylindrical-coordinate representation of color #341A05: hue angle of 26.81º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #341A05 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 26 | 5 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.80 |
| HSL | 26.81º | 0.82% | 0.11% | - |
| HSV(B) | 26.81º | 0.9% | 0.2% | - |
| XYZ | 1.81 | 1.48 | 0.33 | - |
| YUV | 31.38 | 113.11 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 26 | 5 | 0 | 0.50 | 0.90 | 0.80 | 26.81 | 0.82 | 0.11 |
| Hex | 34 | 1A | 5 | 0 | 32 | 5A | 50 | 1B | 52 | B |
| Octal | 64 | 32 | 5 | 0 | 62 | 132 | 120 | 33 | 122 | 13 |
| Binary | 110100 | 11010 | 101 | 0 | 110010 | 1011010 | 1010000 | 11011 | 1010010 | 1011 |
Color Harmonies of #341A05
Complementary color
Monochromatic Colors of #341A05
Black with #341A05
Text Example
Text Example
White with #341A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341A05; }
p { color: rgb(52,26,5); }
H1.HeaderClassName
{
color: #341A05;
}
.AnyTagClassName
{
color: #341A05;
}
</style>
background-color css
<style>
a { background-color: #341A05; }
a { background-color: rgb(52,26,5); }
div.DivClassName
{
background-color: #341A05;
}
.BgClassName
{
background-color: #341A05;
}
</style>
border-color css
<style>
span { border-color: #341A05; }
span { border-color: rgb(52,26,5); }
td.TdClassName
{
border-color: #341A05;
}
.TagClassName
{
border-color: #341A05;
}
</style>