#352B25

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

Shades of Coffee Bean #352B25

Tints of Coffee Bean #352B25

Color information

#352B25 (or 0x352B25) is unknown color: approx Coffee Bean. HEX triplet: 35, 2B and 25. RGB value is (53,43,37). Sum of RGB (Red+Green+Blue) = 53+43+37=133 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.85% from 133); Green value is 43 (17.19% from 255 or 32.33% from 133); Blue value is 37 (14.84% from 255 or 27.82% from 133); Max value from RGB is 53 - color contains mainly: red. Hex color #352B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352B25 is #CAD4DA. Grayscale: #2D2D2D. Windows color (decimal): -13292763 or 2435893. OLE color: 2435893.

HSL color Cylindrical-coordinate representation of color #352B25: hue angle of 22.5º 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 #352B25 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.79.

Color convert

RGB534337-
CMYK00.190.300.79
HSL22.5º17.78%17.65%-
HSV(B)22.5º30.19%20.78%-
XYZ2.672.622.12-
YUV45.31123.31133.49-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.85%
GREEN value IS 43 (17.19% from 255) = 32.33%
BLUE value IS 37 (14.84% from 255) = 27.82%
R=39.85%
G=32.33%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53433700.190.300.7922.517.7817.65
Hex352B250131E4F171212
Octal65534502336117272222
Binary110101101011100101010011111101001111101111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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