#342820

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

Shades of Cocoa Brown #342820

Tints of Cocoa Brown #342820

Color information

#342820 (or 0x342820) is unknown color: approx Cocoa Brown. HEX triplet: 34, 28 and 20. RGB value is (52,40,32). Sum of RGB (Red+Green+Blue) = 52+40+32=124 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.94% from 124); Green value is 40 (16.02% from 255 or 32.26% from 124); Blue value is 32 (12.89% from 255 or 25.81% from 124); Max value from RGB is 52 - color contains mainly: red. Hex color #342820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342820 is #CBD7DF. Grayscale: #2A2A2A. Windows color (decimal): -13359072 or 2107444. OLE color: 2107444.

HSL color Cylindrical-coordinate representation of color #342820: hue angle of 24º 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 #342820 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.80.

Color convert

RGB524032-
CMYK00.230.380.80
HSL24º23.81%16.47%-
HSV(B)24º38.46%20.39%-
XYZ2.442.351.69-
YUV42.68121.98134.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.94%
GREEN value IS 40 (16.02% from 255) = 32.26%
BLUE value IS 32 (12.89% from 255) = 25.81%
R=41.94%
G=32.26%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.38
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52403200.230.380.802423.8116.47
Hex3428200172650181810
Octal64504002746120303020
Binary1101001010001000000101111001101010000110001100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342820; }

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

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

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

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

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

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

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

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