#352B22

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

Shades of Coffee Bean #352B22

Tints of Coffee Bean #352B22

Color information

#352B22 (or 0x352B22) is unknown color: approx Coffee Bean. HEX triplet: 35, 2B and 22. RGB value is (53,43,34). Sum of RGB (Red+Green+Blue) = 53+43+34=130 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.77% from 130); Green value is 43 (17.19% from 255 or 33.08% from 130); Blue value is 34 (13.67% from 255 or 26.15% from 130); Max value from RGB is 53 - color contains mainly: red. Hex color #352B22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352B22 is #CAD4DD. Grayscale: #2D2D2D. Windows color (decimal): -13292766 or 2239285. OLE color: 2239285.

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

Color convert

RGB534334-
CMYK00.190.360.79
HSL28.42º21.84%17.06%-
HSV(B)28.42º35.85%20.78%-
XYZ2.622.61.88-
YUV44.96121.81133.73-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 40.77%
GREEN value IS 43 (17.19% from 255) = 33.08%
BLUE value IS 34 (13.67% from 255) = 26.15%
R=40.77%
G=33.08%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53433400.190.360.7928.4221.8417.06
Hex352B22013244F1c1611
Octal65534202344117342621
Binary1101011010111000100100111001001001111111001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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