#352C24

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

Shades of Coffee Bean #352C24

Tints of Coffee Bean #352C24

Color information

#352C24 (or 0x352C24) is unknown color: approx Coffee Bean. HEX triplet: 35, 2C and 24. RGB value is (53,44,36). Sum of RGB (Red+Green+Blue) = 53+44+36=133 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.85% from 133); Green value is 44 (17.58% from 255 or 33.08% from 133); Blue value is 36 (14.45% from 255 or 27.07% from 133); Max value from RGB is 53 - color contains mainly: red. Hex color #352C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352C24 is #CAD3DB. Grayscale: #2D2D2D. Windows color (decimal): -13292508 or 2370613. OLE color: 2370613.

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

Color convert

RGB534436-
CMYK00.170.320.79
HSL28.24º19.1%17.45%-
HSV(B)28.24º32.08%20.78%-
XYZ2.692.692.05-
YUV45.78122.48133.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.85%
GREEN value IS 44 (17.58% from 255) = 33.08%
BLUE value IS 36 (14.45% from 255) = 27.07%
R=39.85%
G=33.08%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53443600.170.320.7928.2419.117.45
Hex352C24011204F1c1311
Octal65544402140117342321
Binary1101011011001001000100011000001001111111001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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