#352E27

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

Shades of Coffee Bean #352E27

Tints of Coffee Bean #352E27

Color information

#352E27 (or 0x352E27) is unknown color: approx Coffee Bean. HEX triplet: 35, 2E and 27. RGB value is (53,46,39). Sum of RGB (Red+Green+Blue) = 53+46+39=138 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.41% from 138); Green value is 46 (18.36% from 255 or 33.33% from 138); Blue value is 39 (15.62% from 255 or 28.26% from 138); Max value from RGB is 53 - color contains mainly: red. Hex color #352E27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352E27 is #CAD1D8. Grayscale: #2F2F2F. Windows color (decimal): -13291993 or 2567733. OLE color: 2567733.

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

Color convert

RGB534639-
CMYK00.130.260.79
HSL30º15.22%18.04%-
HSV(B)30º26.42%20.78%-
XYZ2.812.862.32-
YUV47.29123.32132.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.41%
GREEN value IS 46 (18.36% from 255) = 33.33%
BLUE value IS 39 (15.62% from 255) = 28.26%
R=38.41%
G=33.33%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53463900.130.260.793015.2218.04
Hex352E270D1A4F1ef12
Octal65564701532117361722
Binary1101011011101001110110111010100111111110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,46,39); }

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

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

 a { background-color: rgb(53,46,39); }

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

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

 span { border-color: rgb(53,46,39); }

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