#342A20

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

Shades of Cocoa Brown #342A20

Tints of Cocoa Brown #342A20

Color information

#342A20 (or 0x342A20) is unknown color: approx Cocoa Brown. HEX triplet: 34, 2A and 20. RGB value is (52,42,32). Sum of RGB (Red+Green+Blue) = 52+42+32=126 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.27% from 126); Green value is 42 (16.80% from 255 or 33.33% from 126); Blue value is 32 (12.89% from 255 or 25.40% from 126); Max value from RGB is 52 - color contains mainly: red. Hex color #342A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342A20 is #CBD5DF. Grayscale: #2B2B2B. Windows color (decimal): -13358560 or 2107956. OLE color: 2107956.

HSL color Cylindrical-coordinate representation of color #342A20: hue angle of 30º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #342A20 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.80.

Color convert

RGB524232-
CMYK00.190.380.80
HSL30º23.81%16.47%-
HSV(B)30º38.46%20.39%-
XYZ2.52.491.72-
YUV43.85121.31133.81-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.27%
GREEN value IS 42 (16.80% from 255) = 33.33%
BLUE value IS 32 (12.89% from 255) = 25.40%
R=41.27%
G=33.33%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52423200.190.380.803023.8116.47
Hex342A2001326501e1810
Octal64524002346120363020
Binary1101001010101000000100111001101010000111101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342A20; }

 p { color: rgb(52,42,32); }

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

<style>
 a { background-color: #342A20; }

 a { background-color: rgb(52,42,32); }

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

<style>
 span { border-color: #342A20; }

 span { border-color: rgb(52,42,32); }

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