#352411

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

Shades of Cocoa Brown #352411

Tints of Cocoa Brown #352411

Color information

#352411 (or 0x352411) is unknown color: approx Cocoa Brown. HEX triplet: 35, 24 and 11. RGB value is (53,36,17). Sum of RGB (Red+Green+Blue) = 53+36+17=106 (14% of max value = 765). Red value is 53 (21.09% from 255 or 50% from 106); Green value is 36 (14.45% from 255 or 33.96% from 106); Blue value is 17 (7.03% from 255 or 16.04% from 106); Max value from RGB is 53 - color contains mainly: red. Hex color #352411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352411 is #CADBEE. Grayscale: #272727. Windows color (decimal): -13294575 or 1123381. OLE color: 1123381.

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

Color convert

RGB533617-
CMYK00.320.680.79
HSL31.67º51.43%13.73%-
HSV(B)31.67º67.92%20.78%-
XYZ2.22.060.81-
YUV38.92115.63138.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 50%
GREEN value IS 36 (14.45% from 255) = 33.96%
BLUE value IS 17 (7.03% from 255) = 16.04%
R=50%
G=33.96%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.68
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53361700.320.680.7931.6751.4313.73
Hex352411020444F2033e
Octal654421040104117406316
Binary110101100100100010100000100010010011111000001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352411; }

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

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

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

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

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

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

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

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