#352114

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

Shades of Cocoa Brown #352114

Tints of Cocoa Brown #352114

Color information

#352114 (or 0x352114) is unknown color: approx Cocoa Brown. HEX triplet: 35, 21 and 14. RGB value is (53,33,20). Sum of RGB (Red+Green+Blue) = 53+33+20=106 (14% of max value = 765). Red value is 53 (21.09% from 255 or 50% from 106); Green value is 33 (13.28% from 255 or 31.13% from 106); Blue value is 20 (8.20% from 255 or 18.87% from 106); Max value from RGB is 53 - color contains mainly: red. Hex color #352114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352114 is #CADEEB. Grayscale: #252525. Windows color (decimal): -13295340 or 1319221. OLE color: 1319221.

HSL color Cylindrical-coordinate representation of color #352114: hue angle of 23.64º 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 #352114 is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.79.

Color convert

RGB533320-
CMYK00.380.620.79
HSL23.64º45.21%14.31%-
HSV(B)23.64º62.26%20.78%-
XYZ2.141.90.91-
YUV37.5118.13139.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 50%
GREEN value IS 33 (13.28% from 255) = 31.13%
BLUE value IS 20 (8.20% from 255) = 18.87%
R=50%
G=31.13%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.62
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53332000.380.620.7923.6445.2114.31
Hex3521140263E4F182de
Octal65412404676117305516
Binary1101011000011010001001101111101001111110001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352114; }

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

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

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

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

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

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

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

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