#352511

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

Shades of Cocoa Brown #352511

Tints of Cocoa Brown #352511

Color information

#352511 (or 0x352511) is unknown color: approx Cocoa Brown. HEX triplet: 35, 25 and 11. RGB value is (53,37,17). Sum of RGB (Red+Green+Blue) = 53+37+17=107 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.53% from 107); Green value is 37 (14.84% from 255 or 34.58% from 107); Blue value is 17 (7.03% from 255 or 15.89% from 107); Max value from RGB is 53 - color contains mainly: red. Hex color #352511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352511 is #CADAEE. Grayscale: #272727. Windows color (decimal): -13294319 or 1123637. OLE color: 1123637.

HSL color Cylindrical-coordinate representation of color #352511: hue angle of 33.33º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #352511 is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.79.

Color convert

RGB533717-
CMYK00.300.680.79
HSL33.33º51.43%13.73%-
HSV(B)33.33º67.92%20.78%-
XYZ2.232.120.82-
YUV39.5115.3137.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 49.53%
GREEN value IS 37 (14.84% from 255) = 34.58%
BLUE value IS 17 (7.03% from 255) = 15.89%
R=49.53%
G=34.58%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.68
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53371700.300.680.7933.3351.4313.73
Hex35251101E444F2133e
Octal654521036104117416316
Binary11010110010110001011110100010010011111000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352511; }

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

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

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

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

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

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

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

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