Html Css Color HEX #352E28 Coffee Bean

📋 copy color: '#352E28'

red 53 ◦ green 46 ◦ blue 40

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

Shades of Coffee Bean #352E28

Tints of Coffee Bean #352E28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 28.78%

R = 38.13%
G = 33.09%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.79

RGB Variations

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

Color information

#352E28 (or 0x352E28) is known color: Coffee Bean. HEX triplet: 35, 2E and 28. RGB value is (53,46,40). Sum of RGB (Red+Green+Blue) = 53+46+40=139 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.13% from 139); Green value is 46 (18.36% from 255 or 33.09% from 139); Blue value is 40 (16.02% from 255 or 28.78% from 139); Max value from RGB is 53 - color contains mainly: red. Hex color #352E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352E28 is #CAD1D7. Grayscale: #2F2F2F. Windows color (decimal): -13291992 or 2633269. OLE color: 2633269.

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

Color convert

RGB 53 46 40 -
CMYK 0 0.13 0.25 0.79
HSL 27.69º 0.14% 0.18% -
HSV(B) 27.69º 0.25% 0.21% -
XYZ 2.83 2.86 2.41 -
YUV 47.41 123.82 131.99 -
System Red Green Blue C M Y K H S L
Decimal 53 46 40 0 0.13 0.25 0.79 27.69 0.14 0.18
Hex 35 2E 28 0 D 19 4F 1C E 12
Octal 65 56 50 0 15 31 117 34 16 22
Binary 110101 101110 101000 0 1101 11001 1001111 11100 1110 10010

Color Harmonies of #352E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352E28

Black with #352E28

Text Example


Text Example

White with #352E28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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