#342006

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

Shades of Cocoa Brown #342006

Tints of Cocoa Brown #342006

Color information

#342006 (or 0x342006) is unknown color: approx Cocoa Brown. HEX triplet: 34, 20 and 06. RGB value is (52,32,6). Sum of RGB (Red+Green+Blue) = 52+32+6=90 (11% of max value = 765). Red value is 52 (20.70% from 255 or 57.78% from 90); Green value is 32 (12.89% from 255 or 35.56% from 90); Blue value is 6 (2.73% from 255 or 6.67% from 90); Max value from RGB is 52 - color contains mainly: red. Hex color #342006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342006 is #CBDFF9. Grayscale: #232323. Windows color (decimal): -13361146 or 401460. OLE color: 401460.

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

Color convert

RGB52326-
CMYK00.380.880.80
HSL33.91º79.31%11.37%-
HSV(B)33.91º88.46%20.39%-
XYZ1.971.780.41-
YUV35.02111.63140.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 57.78%
GREEN value IS 32 (12.89% from 255) = 35.56%
BLUE value IS 6 (2.73% from 255) = 6.67%
R=57.78%
G=35.56%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.88
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5232600.380.880.8033.9179.3111.37
Hex342060265850224fb
Octal644060461301204211713
Binary11010010000011001001101011000101000010001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342006; }

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

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

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

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

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

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

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

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