#341D02

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

Shades of Cocoa Brown #341D02

Tints of Cocoa Brown #341D02

Color information

#341D02 (or 0x341D02) is unknown color: approx Cocoa Brown. HEX triplet: 34, 1D and 02. RGB value is (52,29,2). Sum of RGB (Red+Green+Blue) = 52+29+2=83 (10% of max value = 765). Red value is 52 (20.70% from 255 or 62.65% from 83); Green value is 29 (11.72% from 255 or 34.94% from 83); Blue value is 2 (1.17% from 255 or 2.41% from 83); Max value from RGB is 52 - color contains mainly: red. Hex color #341D02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341D02 is #CBE2FD. Grayscale: #202020. Windows color (decimal): -13361918 or 138548. OLE color: 138548.

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

Color convert

RGB52292-
CMYK00.440.960.80
HSL32.4º92.59%10.59%-
HSV(B)32.4º96.15%20.39%-
XYZ1.871.610.27-
YUV32.8110.62141.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 62.65%
GREEN value IS 29 (11.72% from 255) = 34.94%
BLUE value IS 2 (1.17% from 255) = 2.41%
R=62.65%
G=34.94%
B=2.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.96
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5229200.440.960.8032.492.5910.59
Hex341D202C6050205db
Octal643520541401204013513
Binary110100111011001011001100000101000010000010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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