#352619

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

Shades of Cocoa Brown #352619

Tints of Cocoa Brown #352619

Color information

#352619 (or 0x352619) is unknown color: approx Cocoa Brown. HEX triplet: 35, 26 and 19. RGB value is (53,38,25). Sum of RGB (Red+Green+Blue) = 53+38+25=116 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.69% from 116); Green value is 38 (15.23% from 255 or 32.76% from 116); Blue value is 25 (10.16% from 255 or 21.55% from 116); Max value from RGB is 53 - color contains mainly: red. Hex color #352619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352619 is #CAD9E6. Grayscale: #292929. Windows color (decimal): -13294055 or 1648181. OLE color: 1648181.

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

Color convert

RGB533825-
CMYK00.280.530.79
HSL27.86º35.9%15.29%-
HSV(B)27.86º52.83%20.78%-
XYZ2.342.211.22-
YUV41118.97136.56-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 45.69%
GREEN value IS 38 (15.23% from 255) = 32.76%
BLUE value IS 25 (10.16% from 255) = 21.55%
R=45.69%
G=32.76%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.53
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53382500.280.530.7927.8635.915.29
Hex35261901C354F1c24f
Octal65463103465117344417
Binary110101100110110010111001101011001111111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352619; }

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

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

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

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

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

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

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

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