#341D03

Color #341D03 Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #341D03

Tints of Cocoa Brown #341D03

Color information

#341D03 (or 0x341D03) is unknown color: approx Cocoa Brown. HEX triplet: 34, 1D and 03. RGB value is (52,29,3). Sum of RGB (Red+Green+Blue) = 52+29+3=84 (11% of max value = 765). Red value is 52 (20.70% from 255 or 61.90% from 84); Green value is 29 (11.72% from 255 or 34.52% from 84); Blue value is 3 (1.56% from 255 or 3.57% from 84); Max value from RGB is 52 - color contains mainly: red. Hex color #341D03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341D03 is #CBE2FC. Grayscale: #212121. Windows color (decimal): -13361917 or 204084. OLE color: 204084.

HSL color Cylindrical-coordinate representation of color #341D03: hue angle of 31.84º 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 #341D03 is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.80.

Color convert

RGB52293-
CMYK00.440.940.80
HSL31.84º89.09%10.78%-
HSV(B)31.84º94.23%20.39%-
XYZ1.871.620.3-
YUV32.91111.12141.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 61.90%
GREEN value IS 29 (11.72% from 255) = 34.52%
BLUE value IS 3 (1.56% from 255) = 3.57%
R=61.90%
G=34.52%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.94
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5229300.440.940.8031.8489.0910.78
Hex341D302C5E502059b
Octal643530541361204013113
Binary110100111011101011001011110101000010000010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341D03; }

 p { color: rgb(52,29,3); }

 H1.HeaderClassName
 {
   color: #341D03;
 }
 .AnyTagClassName
 {
   color: #341D03;
 }
</style>
background-color css

<style>
 a { background-color: #341D03; }

 a { background-color: rgb(52,29,3); }

 div.DivClassName
 {
   background-color: #341D03;
 }
 .BgClassName
 {
   background-color: #341D03;
 }
</style>
border-color css

<style>
 span { border-color: #341D03; }

 span { border-color: rgb(52,29,3); }

 td.TdClassName
 {
   border-color: #341D03;
 }
 .TagClassName
 {
   border-color: #341D03;
 }
</style>