#342311

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

Shades of Cocoa Brown #342311

Tints of Cocoa Brown #342311

Color information

#342311 (or 0x342311) is unknown color: approx Cocoa Brown. HEX triplet: 34, 23 and 11. RGB value is (52,35,17). Sum of RGB (Red+Green+Blue) = 52+35+17=104 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50% from 104); Green value is 35 (14.06% from 255 or 33.65% from 104); Blue value is 17 (7.03% from 255 or 16.35% from 104); Max value from RGB is 52 - color contains mainly: red. Hex color #342311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342311 is #CBDCEE. Grayscale: #262626. Windows color (decimal): -13360367 or 1123124. OLE color: 1123124.

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

Color convert

RGB523517-
CMYK00.330.670.80
HSL30.86º50.72%13.53%-
HSV(B)30.86º67.31%20.39%-
XYZ2.121.970.8-
YUV38.03116.13137.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 50%
GREEN value IS 35 (14.06% from 255) = 33.65%
BLUE value IS 17 (7.03% from 255) = 16.35%
R=50%
G=33.65%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.67
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52351700.330.670.8030.8650.7213.53
Hex34231102143501f33e
Octal644321041103120376316
Binary11010010001110001010000110000111010000111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342311; }

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

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

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

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

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

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

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

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