Html Css Color HEX #352E29 Coffee Bean

📋 copy color: '#352E29'

red 53 ◦ green 46 ◦ blue 41

#352E29
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coffee Bean #352E29

Tints of Coffee Bean #352E29

RGB

 RED value IS 53 (21.09% from 255) = 37.86%

 GREEN value IS 46 (18.36% from 255) = 32.86%

 BLUE value IS 41 (16.41% from 255) = 29.29%

R = 37.86%
G = 32.86%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.23

 K value IS 0.79

RGB Variations

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

Color information

#352E29 (or 0x352E29) is known color: Coffee Bean. HEX triplet: 35, 2E and 29. RGB value is (53,46,41). Sum of RGB (Red+Green+Blue) = 53+46+41=140 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.86% from 140); Green value is 46 (18.36% from 255 or 32.86% from 140); Blue value is 41 (16.41% from 255 or 29.29% from 140); Max value from RGB is 53 - color contains mainly: red. Hex color #352E29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352E29 is #CAD1D6. Grayscale: #2F2F2F. Windows color (decimal): -13291991 or 2698805. OLE color: 2698805.

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

Color convert

RGB 53 46 41 -
CMYK 0 0.13 0.23 0.79
HSL 25º 0.13% 0.18% -
HSV(B) 25º 0.23% 0.21% -
XYZ 2.85 2.87 2.5 -
YUV 47.52 124.32 131.91 -
System Red Green Blue C M Y K H S L
Decimal 53 46 41 0 0.13 0.23 0.79 25 0.13 0.18
Hex 35 2E 29 0 D 17 4F 19 D 12
Octal 65 56 51 0 15 27 117 31 15 22
Binary 110101 101110 101001 0 1101 10111 1001111 11001 1101 10010

Color Harmonies of #352E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352E29

Black with #352E29

Text Example


Text Example

White with #352E29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #352E29;
 }
 .AnyTagClassName
 {
   color: #352E29;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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