#352412

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

Shades of Cocoa Brown #352412

Tints of Cocoa Brown #352412

Color information

#352412 (or 0x352412) is unknown color: approx Cocoa Brown. HEX triplet: 35, 24 and 12. RGB value is (53,36,18). Sum of RGB (Red+Green+Blue) = 53+36+18=107 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.53% from 107); Green value is 36 (14.45% from 255 or 33.64% from 107); Blue value is 18 (7.42% from 255 or 16.82% from 107); Max value from RGB is 53 - color contains mainly: red. Hex color #352412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352412 is #CADBED. Grayscale: #272727. Windows color (decimal): -13294574 or 1188917. OLE color: 1188917.

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

Color convert

RGB533618-
CMYK00.320.660.79
HSL30.86º49.3%13.92%-
HSV(B)30.86º66.04%20.78%-
XYZ2.212.060.85-
YUV39.03116.13137.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 49.53%
GREEN value IS 36 (14.45% from 255) = 33.64%
BLUE value IS 18 (7.42% from 255) = 16.82%
R=49.53%
G=33.64%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.66
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53361800.320.660.7930.8649.313.92
Hex352412020424F1f31e
Octal654422040102117376116
Binary11010110010010010010000010000101001111111111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352412; }

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

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

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

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

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

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

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

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