#342313

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

Shades of Cocoa Brown #342313

Tints of Cocoa Brown #342313

Color information

#342313 (or 0x342313) is unknown color: approx Cocoa Brown. HEX triplet: 34, 23 and 13. RGB value is (52,35,19). Sum of RGB (Red+Green+Blue) = 52+35+19=106 (14% of max value = 765). Red value is 52 (20.70% from 255 or 49.06% from 106); Green value is 35 (14.06% from 255 or 33.02% from 106); Blue value is 19 (7.81% from 255 or 17.92% from 106); Max value from RGB is 52 - color contains mainly: red. Hex color #342313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342313 is #CBDCEC. Grayscale: #262626. Windows color (decimal): -13360365 or 1254196. OLE color: 1254196.

HSL color Cylindrical-coordinate representation of color #342313: hue angle of 29.09º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #342313 is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.80.

Color convert

RGB523519-
CMYK00.330.630.80
HSL29.09º46.48%13.92%-
HSV(B)29.09º63.46%20.39%-
XYZ2.131.980.89-
YUV38.26117.13137.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 49.06%
GREEN value IS 35 (14.06% from 255) = 33.02%
BLUE value IS 19 (7.81% from 255) = 17.92%
R=49.06%
G=33.02%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.63
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52351900.330.630.8029.0946.4813.92
Hex3423130213F501d2ee
Octal64432304177120355616
Binary1101001000111001101000011111111010000111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342313; }

 p { color: rgb(52,35,19); }

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

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

 a { background-color: rgb(52,35,19); }

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

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

 span { border-color: rgb(52,35,19); }

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