Shades of Cocoa Brown #341C02
Tints of Cocoa Brown #341C02
RGB
CMYK
RGB Variations
Color information
#341C02 (or 0x341C02) is known color: Cocoa Brown. HEX triplet: 34, 1C and 02. RGB value is (52,28,2). Sum of RGB (Red+Green+Blue) = 52+28+2=82 (10% of max value = 765). Red value is 52 (20.70% from 255 or 63.41% from 82); Green value is 28 (11.33% from 255 or 34.15% from 82); Blue value is 2 (1.17% from 255 or 2.44% from 82); Max value from RGB is 52 - color contains mainly: red. Hex color #341C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341C02 is #CBE3FD. Grayscale: #202020. Windows color (decimal): -13362174 or 138292. OLE color: 138292.
HSL color Cylindrical-coordinate representation of color #341C02: hue angle of 31.2º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #341C02 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 28 | 2 | - |
| CMYK | 0 | 0.46 | 0.96 | 0.80 |
| HSL | 31.2º | 0.93% | 0.11% | - |
| HSV(B) | 31.2º | 0.96% | 0.2% | - |
| XYZ | 1.84 | 1.56 | 0.26 | - |
| YUV | 32.21 | 110.95 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 28 | 2 | 0 | 0.46 | 0.96 | 0.80 | 31.2 | 0.93 | 0.11 |
| Hex | 34 | 1C | 2 | 0 | 2E | 60 | 50 | 1F | 5D | B |
| Octal | 64 | 34 | 2 | 0 | 56 | 140 | 120 | 37 | 135 | 13 |
| Binary | 110100 | 11100 | 10 | 0 | 101110 | 1100000 | 1010000 | 11111 | 1011101 | 1011 |
Color Harmonies of #341C02
Complementary color
Monochromatic Colors of #341C02
Black with #341C02
Text Example
Text Example
White with #341C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341C02; }
p { color: rgb(52,28,2); }
H1.HeaderClassName
{
color: #341C02;
}
.AnyTagClassName
{
color: #341C02;
}
</style>
background-color css
<style>
a { background-color: #341C02; }
a { background-color: rgb(52,28,2); }
div.DivClassName
{
background-color: #341C02;
}
.BgClassName
{
background-color: #341C02;
}
</style>
border-color css
<style>
span { border-color: #341C02; }
span { border-color: rgb(52,28,2); }
td.TdClassName
{
border-color: #341C02;
}
.TagClassName
{
border-color: #341C02;
}
</style>