#352416

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

Shades of Cocoa Brown #352416

Tints of Cocoa Brown #352416

Color information

#352416 (or 0x352416) is unknown color: approx Cocoa Brown. HEX triplet: 35, 24 and 16. RGB value is (53,36,22). Sum of RGB (Red+Green+Blue) = 53+36+22=111 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.75% from 111); Green value is 36 (14.45% from 255 or 32.43% from 111); Blue value is 22 (8.98% from 255 or 19.82% from 111); Max value from RGB is 53 - color contains mainly: red. Hex color #352416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352416 is #CADBE9. Grayscale: #272727. Windows color (decimal): -13294570 or 1451061. OLE color: 1451061.

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

Color convert

RGB533622-
CMYK00.320.580.79
HSL27.1º41.33%14.71%-
HSV(B)27.1º58.49%20.78%-
XYZ2.242.081.04-
YUV39.49118.13137.64-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 47.75%
GREEN value IS 36 (14.45% from 255) = 32.43%
BLUE value IS 22 (8.98% from 255) = 19.82%
R=47.75%
G=32.43%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53362200.320.580.7927.141.3314.71
Hex3524160203A4F1b29f
Octal65442604072117335117
Binary1101011001001011001000001110101001111110111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352416; }

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

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

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

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

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

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

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

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