#341D05

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

Shades of Cocoa Brown #341D05

Tints of Cocoa Brown #341D05

Color information

#341D05 (or 0x341D05) is unknown color: approx Cocoa Brown. HEX triplet: 34, 1D and 05. RGB value is (52,29,5). Sum of RGB (Red+Green+Blue) = 52+29+5=86 (11% of max value = 765). Red value is 52 (20.70% from 255 or 60.47% from 86); Green value is 29 (11.72% from 255 or 33.72% from 86); Blue value is 5 (2.34% from 255 or 5.81% from 86); Max value from RGB is 52 - color contains mainly: red. Hex color #341D05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341D05 is #CBE2FA. Grayscale: #212121. Windows color (decimal): -13361915 or 335156. OLE color: 335156.

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

Color convert

RGB52295-
CMYK00.440.900.80
HSL30.64º82.46%11.18%-
HSV(B)30.64º90.38%20.39%-
XYZ1.881.620.36-
YUV33.14112.12141.45-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 60.47%
GREEN value IS 29 (11.72% from 255) = 33.72%
BLUE value IS 5 (2.34% from 255) = 5.81%
R=60.47%
G=33.72%
B=5.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.90
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5229500.440.900.8030.6482.4611.18
Hex341D502C5A501f52b
Octal643550541321203712213
Binary110100111011010101100101101010100001111110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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