#352819

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

Shades of Cocoa Brown #352819

Tints of Cocoa Brown #352819

Color information

#352819 (or 0x352819) is unknown color: approx Cocoa Brown. HEX triplet: 35, 28 and 19. RGB value is (53,40,25). Sum of RGB (Red+Green+Blue) = 53+40+25=118 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.92% from 118); Green value is 40 (16.02% from 255 or 33.90% from 118); Blue value is 25 (10.16% from 255 or 21.19% from 118); Max value from RGB is 53 - color contains mainly: red. Hex color #352819 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352819 is #CAD7E6. Grayscale: #2A2A2A. Windows color (decimal): -13293543 or 1648693. OLE color: 1648693.

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

Color convert

RGB534025-
CMYK00.250.530.79
HSL32.14º35.9%15.29%-
HSV(B)32.14º52.83%20.78%-
XYZ2.42.341.25-
YUV42.18118.31135.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 44.92%
GREEN value IS 40 (16.02% from 255) = 33.90%
BLUE value IS 25 (10.16% from 255) = 21.19%
R=44.92%
G=33.90%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.53
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53402500.250.530.7932.1435.915.29
Hex352819019354F2024f
Octal65503103165117404417
Binary1101011010001100101100111010110011111000001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352819; }

 p { color: rgb(53,40,25); }

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

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

 a { background-color: rgb(53,40,25); }

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

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

 span { border-color: rgb(53,40,25); }

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