#352C25

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

Shades of Coffee Bean #352C25

Tints of Coffee Bean #352C25

Color information

#352C25 (or 0x352C25) is unknown color: approx Coffee Bean. HEX triplet: 35, 2C and 25. RGB value is (53,44,37). Sum of RGB (Red+Green+Blue) = 53+44+37=134 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.55% from 134); Green value is 44 (17.58% from 255 or 32.84% from 134); Blue value is 37 (14.84% from 255 or 27.61% from 134); Max value from RGB is 53 - color contains mainly: red. Hex color #352C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352C25 is #CAD3DA. Grayscale: #2D2D2D. Windows color (decimal): -13292507 or 2436149. OLE color: 2436149.

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

Color convert

RGB534437-
CMYK00.170.300.79
HSL26.25º17.78%17.65%-
HSV(B)26.25º30.19%20.78%-
XYZ2.72.692.13-
YUV45.89122.98133.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.55%
GREEN value IS 44 (17.58% from 255) = 32.84%
BLUE value IS 37 (14.84% from 255) = 27.61%
R=39.55%
G=32.84%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53443700.170.300.7926.2517.7817.65
Hex352C250111E4F1a1212
Octal65544502136117322222
Binary110101101100100101010001111101001111110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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