#352115

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

Shades of Cocoa Brown #352115

Tints of Cocoa Brown #352115

Color information

#352115 (or 0x352115) is unknown color: approx Cocoa Brown. HEX triplet: 35, 21 and 15. RGB value is (53,33,21). Sum of RGB (Red+Green+Blue) = 53+33+21=107 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.53% from 107); Green value is 33 (13.28% from 255 or 30.84% from 107); Blue value is 21 (8.59% from 255 or 19.63% from 107); Max value from RGB is 53 - color contains mainly: red. Hex color #352115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352115 is #CADEEA. Grayscale: #252525. Windows color (decimal): -13295339 or 1384757. OLE color: 1384757.

HSL color Cylindrical-coordinate representation of color #352115: hue angle of 22.5º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #352115 is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.79.

Color convert

RGB533321-
CMYK00.380.600.79
HSL22.5º43.24%14.51%-
HSV(B)22.5º60.38%20.78%-
XYZ2.151.90.96-
YUV37.61118.63138.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 49.53%
GREEN value IS 33 (13.28% from 255) = 30.84%
BLUE value IS 21 (8.59% from 255) = 19.63%
R=49.53%
G=30.84%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.60
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53332100.380.600.7922.543.2414.51
Hex3521150263C4F172bf
Octal65412504674117275317
Binary1101011000011010101001101111001001111101111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352115; }

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

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

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

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

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

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

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

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