#352214

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

Shades of Cocoa Brown #352214

Tints of Cocoa Brown #352214

Color information

#352214 (or 0x352214) is unknown color: approx Cocoa Brown. HEX triplet: 35, 22 and 14. RGB value is (53,34,20). Sum of RGB (Red+Green+Blue) = 53+34+20=107 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.53% from 107); Green value is 34 (13.67% from 255 or 31.78% from 107); Blue value is 20 (8.20% from 255 or 18.69% from 107); Max value from RGB is 53 - color contains mainly: red. Hex color #352214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352214 is #CADDEB. Grayscale: #262626. Windows color (decimal): -13295084 or 1319477. OLE color: 1319477.

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

Color convert

RGB533420-
CMYK00.360.620.79
HSL25.45º45.21%14.31%-
HSV(B)25.45º62.26%20.78%-
XYZ2.171.950.92-
YUV38.08117.79138.64-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 49.53%
GREEN value IS 34 (13.67% from 255) = 31.78%
BLUE value IS 20 (8.20% from 255) = 18.69%
R=49.53%
G=31.78%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.62
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53342000.360.620.7925.4545.2114.31
Hex3522140243E4F192de
Octal65422404476117315516
Binary1101011000101010001001001111101001111110011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352214; }

 p { color: rgb(53,34,20); }

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

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

 a { background-color: rgb(53,34,20); }

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

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

 span { border-color: rgb(53,34,20); }

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