#352615

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

Shades of Cocoa Brown #352615

Tints of Cocoa Brown #352615

Color information

#352615 (or 0x352615) is unknown color: approx Cocoa Brown. HEX triplet: 35, 26 and 15. RGB value is (53,38,21). Sum of RGB (Red+Green+Blue) = 53+38+21=112 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.32% from 112); Green value is 38 (15.23% from 255 or 33.93% from 112); Blue value is 21 (8.59% from 255 or 18.75% from 112); Max value from RGB is 53 - color contains mainly: red. Hex color #352615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352615 is #CAD9EA. Grayscale: #282828. Windows color (decimal): -13294059 or 1386037. OLE color: 1386037.

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

Color convert

RGB533821-
CMYK00.280.600.79
HSL31.88º43.24%14.51%-
HSV(B)31.88º60.38%20.78%-
XYZ2.32.21.01-
YUV40.55116.97136.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 47.32%
GREEN value IS 38 (15.23% from 255) = 33.93%
BLUE value IS 21 (8.59% from 255) = 18.75%
R=47.32%
G=33.93%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.60
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53382100.280.600.7931.8843.2414.51
Hex35261501C3C4F202bf
Octal65462503474117405317
Binary1101011001101010101110011110010011111000001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352615; }

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

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

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

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

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

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

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

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