#352F2A

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

Shades of Coffee Bean #352F2A

Tints of Coffee Bean #352F2A

Color information

#352F2A (or 0x352F2A) is unknown color: approx Coffee Bean. HEX triplet: 35, 2F and 2A. RGB value is (53,47,42). Sum of RGB (Red+Green+Blue) = 53+47+42=142 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.32% from 142); Green value is 47 (18.75% from 255 or 33.10% from 142); Blue value is 42 (16.80% from 255 or 29.58% from 142); Max value from RGB is 53 - color contains mainly: red. Hex color #352F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352F2A is #CAD0D5. Grayscale: #303030. Windows color (decimal): -13291734 or 2764597. OLE color: 2764597.

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

Color convert

RGB534742-
CMYK00.110.210.79
HSL27.27º11.58%18.63%-
HSV(B)27.27º20.75%20.78%-
XYZ2.92.962.61-
YUV48.22124.49131.41-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.32%
GREEN value IS 47 (18.75% from 255) = 33.10%
BLUE value IS 42 (16.80% from 255) = 29.58%
R=37.32%
G=33.10%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53474200.110.210.7927.2711.5818.63
Hex352F2A0B154F1bc13
Octal65575201325117331423
Binary1101011011111010100101110101100111111011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,47,42); }

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

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

 a { background-color: rgb(53,47,42); }

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

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

 span { border-color: rgb(53,47,42); }

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