#352112

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

Shades of Cocoa Brown #352112

Tints of Cocoa Brown #352112

Color information

#352112 (or 0x352112) is unknown color: approx Cocoa Brown. HEX triplet: 35, 21 and 12. RGB value is (53,33,18). Sum of RGB (Red+Green+Blue) = 53+33+18=104 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.96% from 104); Green value is 33 (13.28% from 255 or 31.73% from 104); Blue value is 18 (7.42% from 255 or 17.31% from 104); Max value from RGB is 53 - color contains mainly: red. Hex color #352112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352112 is #CADEED. Grayscale: #252525. Windows color (decimal): -13295342 or 1188149. OLE color: 1188149.

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

Color convert

RGB533318-
CMYK00.380.660.79
HSL25.71º49.3%13.92%-
HSV(B)25.71º66.04%20.78%-
XYZ2.121.890.82-
YUV37.27117.13139.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 50.96%
GREEN value IS 33 (13.28% from 255) = 31.73%
BLUE value IS 18 (7.42% from 255) = 17.31%
R=50.96%
G=31.73%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.66
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53331800.380.660.7925.7149.313.92
Hex352112026424F1a31e
Octal654122046102117326116
Binary11010110000110010010011010000101001111110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352112; }

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

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

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

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

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

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

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

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