#342004

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

Shades of Cocoa Brown #342004

Tints of Cocoa Brown #342004

Color information

#342004 (or 0x342004) is unknown color: approx Cocoa Brown. HEX triplet: 34, 20 and 04. RGB value is (52,32,4). Sum of RGB (Red+Green+Blue) = 52+32+4=88 (11% of max value = 765). Red value is 52 (20.70% from 255 or 59.09% from 88); Green value is 32 (12.89% from 255 or 36.36% from 88); Blue value is 4 (1.95% from 255 or 4.55% from 88); Max value from RGB is 52 - color contains mainly: red. Hex color #342004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342004 is #CBDFFB. Grayscale: #222222. Windows color (decimal): -13361148 or 270388. OLE color: 270388.

HSL color Cylindrical-coordinate representation of color #342004: hue angle of 35º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #342004 is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.80.

Color convert

RGB52324-
CMYK00.380.920.80
HSL35º85.71%10.98%-
HSV(B)35º92.31%20.39%-
XYZ1.951.770.35-
YUV34.79110.63140.28-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 59.09%
GREEN value IS 32 (12.89% from 255) = 36.36%
BLUE value IS 4 (1.95% from 255) = 4.55%
R=59.09%
G=36.36%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.92
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5232400.380.920.803585.7110.98
Hex342040265C502356b
Octal644040461341204312613
Binary11010010000010001001101011100101000010001110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342004; }

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

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

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

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

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

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

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

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