#352A23

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

Shades of Coffee Bean #352A23

Tints of Coffee Bean #352A23

Color information

#352A23 (or 0x352A23) is unknown color: approx Coffee Bean. HEX triplet: 35, 2A and 23. RGB value is (53,42,35). Sum of RGB (Red+Green+Blue) = 53+42+35=130 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.77% from 130); Green value is 42 (16.80% from 255 or 32.31% from 130); Blue value is 35 (14.06% from 255 or 26.92% from 130); Max value from RGB is 53 - color contains mainly: red. Hex color #352A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352A23 is #CAD5DC. Grayscale: #2C2C2C. Windows color (decimal): -13293021 or 2304565. OLE color: 2304565.

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

Color convert

RGB534235-
CMYK00.210.340.79
HSL23.33º20.45%17.25%-
HSV(B)23.33º33.96%20.78%-
XYZ2.62.531.94-
YUV44.49122.64134.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 40.77%
GREEN value IS 42 (16.80% from 255) = 32.31%
BLUE value IS 35 (14.06% from 255) = 26.92%
R=40.77%
G=32.31%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53423500.210.340.7923.3320.4517.25
Hex352A23015224F171411
Octal65524302542117272421
Binary1101011010101000110101011000101001111101111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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