#352415

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

Shades of Cocoa Brown #352415

Tints of Cocoa Brown #352415

Color information

#352415 (or 0x352415) is unknown color: approx Cocoa Brown. HEX triplet: 35, 24 and 15. RGB value is (53,36,21). Sum of RGB (Red+Green+Blue) = 53+36+21=110 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.18% from 110); Green value is 36 (14.45% from 255 or 32.73% from 110); Blue value is 21 (8.59% from 255 or 19.09% from 110); Max value from RGB is 53 - color contains mainly: red. Hex color #352415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352415 is #CADBEA. Grayscale: #272727. Windows color (decimal): -13294571 or 1385525. OLE color: 1385525.

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

Color convert

RGB533621-
CMYK00.320.600.79
HSL28.13º43.24%14.51%-
HSV(B)28.13º60.38%20.78%-
XYZ2.232.070.99-
YUV39.37117.63137.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 48.18%
GREEN value IS 36 (14.45% from 255) = 32.73%
BLUE value IS 21 (8.59% from 255) = 19.09%
R=48.18%
G=32.73%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.60
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53362100.320.600.7928.1343.2414.51
Hex3524150203C4F1c2bf
Octal65442504074117345317
Binary1101011001001010101000001111001001111111001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352415; }

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

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

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

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

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

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

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

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