#352518

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

Shades of Cocoa Brown #352518

Tints of Cocoa Brown #352518

Color information

#352518 (or 0x352518) is unknown color: approx Cocoa Brown. HEX triplet: 35, 25 and 18. RGB value is (53,37,24). Sum of RGB (Red+Green+Blue) = 53+37+24=114 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.49% from 114); Green value is 37 (14.84% from 255 or 32.46% from 114); Blue value is 24 (9.77% from 255 or 21.05% from 114); Max value from RGB is 53 - color contains mainly: red. Hex color #352518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352518 is #CADAE7. Grayscale: #282828. Windows color (decimal): -13294312 or 1582389. OLE color: 1582389.

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

Color convert

RGB533724-
CMYK00.300.550.79
HSL26.9º37.66%15.1%-
HSV(B)26.9º54.72%20.78%-
XYZ2.292.151.16-
YUV40.3118.8137.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 46.49%
GREEN value IS 37 (14.84% from 255) = 32.46%
BLUE value IS 24 (9.77% from 255) = 21.05%
R=46.49%
G=32.46%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.55
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53372400.300.550.7926.937.6615.1
Hex35251801E374F1b26f
Octal65453003667117334617
Binary110101100101110000111101101111001111110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352518; }

 p { color: rgb(53,37,24); }

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

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

 a { background-color: rgb(53,37,24); }

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

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

 span { border-color: rgb(53,37,24); }

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