#352C27

Color #352C27 Coffee Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coffee Bean #352C27

Tints of Coffee Bean #352C27

Color information

#352C27 (or 0x352C27) is unknown color: approx Coffee Bean. HEX triplet: 35, 2C and 27. RGB value is (53,44,39). Sum of RGB (Red+Green+Blue) = 53+44+39=136 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.97% from 136); Green value is 44 (17.58% from 255 or 32.35% from 136); Blue value is 39 (15.62% from 255 or 28.68% from 136); Max value from RGB is 53 - color contains mainly: red. Hex color #352C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352C27 is #CAD3D8. Grayscale: #2E2E2E. Windows color (decimal): -13292505 or 2567221. OLE color: 2567221.

HSL color Cylindrical-coordinate representation of color #352C27: hue angle of 21.43º degrees, saturation: 0.15, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #352C27 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.79.

Color convert

RGB534439-
CMYK00.170.260.79
HSL21.43º15.22%18.04%-
HSV(B)21.43º26.42%20.78%-
XYZ2.742.72.3-
YUV46.12123.98132.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.97%
GREEN value IS 44 (17.58% from 255) = 32.35%
BLUE value IS 39 (15.62% from 255) = 28.68%
R=38.97%
G=32.35%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53443900.170.260.7921.4315.2218.04
Hex352C270111A4F15f12
Octal65544702132117251722
Binary11010110110010011101000111010100111110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352C27; }

 p { color: rgb(53,44,39); }

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

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

 a { background-color: rgb(53,44,39); }

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

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

 span { border-color: rgb(53,44,39); }

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