#352418

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

Shades of Cocoa Brown #352418

Tints of Cocoa Brown #352418

Color information

#352418 (or 0x352418) is unknown color: approx Cocoa Brown. HEX triplet: 35, 24 and 18. RGB value is (53,36,24). Sum of RGB (Red+Green+Blue) = 53+36+24=113 (14% of max value = 765). Red value is 53 (21.09% from 255 or 46.90% from 113); Green value is 36 (14.45% from 255 or 31.86% from 113); Blue value is 24 (9.77% from 255 or 21.24% from 113); Max value from RGB is 53 - color contains mainly: red. Hex color #352418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352418 is #CADBE7. Grayscale: #272727. Windows color (decimal): -13294568 or 1582133. OLE color: 1582133.

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

Color convert

RGB533624-
CMYK00.320.550.79
HSL24.83º37.66%15.1%-
HSV(B)24.83º54.72%20.78%-
XYZ2.262.081.15-
YUV39.71119.13137.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 46.90%
GREEN value IS 36 (14.45% from 255) = 31.86%
BLUE value IS 24 (9.77% from 255) = 21.24%
R=46.90%
G=31.86%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.55
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53362400.320.550.7924.8337.6615.1
Hex352418020374F1926f
Octal65443004067117314617
Binary1101011001001100001000001101111001111110011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352418; }

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

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

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

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

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

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

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

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