#342511

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

Shades of Cocoa Brown #342511

Tints of Cocoa Brown #342511

Color information

#342511 (or 0x342511) is unknown color: approx Cocoa Brown. HEX triplet: 34, 25 and 11. RGB value is (52,37,17). Sum of RGB (Red+Green+Blue) = 52+37+17=106 (14% of max value = 765). Red value is 52 (20.70% from 255 or 49.06% from 106); Green value is 37 (14.84% from 255 or 34.91% from 106); Blue value is 17 (7.03% from 255 or 16.04% from 106); Max value from RGB is 52 - color contains mainly: red. Hex color #342511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342511 is #CBDAEE. Grayscale: #272727. Windows color (decimal): -13359855 or 1123636. OLE color: 1123636.

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

Color convert

RGB523717-
CMYK00.290.670.80
HSL34.29º50.72%13.53%-
HSV(B)34.29º67.31%20.39%-
XYZ2.182.090.82-
YUV39.2115.47137.13-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 49.06%
GREEN value IS 37 (14.84% from 255) = 34.91%
BLUE value IS 17 (7.03% from 255) = 16.04%
R=49.06%
G=34.91%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.67
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52371700.290.670.8034.2950.7213.53
Hex34251101D43502233e
Octal644521035103120426316
Binary11010010010110001011101100001110100001000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342511; }

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

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

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

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

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

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

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

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