#352719

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

Shades of Cocoa Brown #352719

Tints of Cocoa Brown #352719

Color information

#352719 (or 0x352719) is unknown color: approx Cocoa Brown. HEX triplet: 35, 27 and 19. RGB value is (53,39,25). Sum of RGB (Red+Green+Blue) = 53+39+25=117 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.30% from 117); Green value is 39 (15.62% from 255 or 33.33% from 117); Blue value is 25 (10.16% from 255 or 21.37% from 117); Max value from RGB is 53 - color contains mainly: red. Hex color #352719 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352719 is #CAD8E6. Grayscale: #292929. Windows color (decimal): -13293799 or 1648437. OLE color: 1648437.

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

Color convert

RGB533925-
CMYK00.260.530.79
HSL30º35.9%15.29%-
HSV(B)30º52.83%20.78%-
XYZ2.372.281.23-
YUV41.59118.64136.14-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 45.30%
GREEN value IS 39 (15.62% from 255) = 33.33%
BLUE value IS 25 (10.16% from 255) = 21.37%
R=45.30%
G=33.33%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53392500.260.530.793035.915.29
Hex35271901A354F1e24f
Octal65473103265117364417
Binary110101100111110010110101101011001111111101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352719; }

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

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

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

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

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

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

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

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