Html Css Color HEX #352B23 Coffee Bean

📋 copy color: '#352B23'

red 53 ◦ green 43 ◦ blue 35

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

Shades of Coffee Bean #352B23

Tints of Coffee Bean #352B23

RGB

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

 GREEN value IS 43 (17.19% from 255) = 32.82%

 BLUE value IS 35 (14.06% from 255) = 26.72%

R = 40.46%
G = 32.82%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.34

 K value IS 0.79

RGB Variations

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

Color information

#352B23 (or 0x352B23) is known color: Coffee Bean. HEX triplet: 35, 2B and 23. RGB value is (53,43,35). Sum of RGB (Red+Green+Blue) = 53+43+35=131 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.46% from 131); Green value is 43 (17.19% from 255 or 32.82% from 131); Blue value is 35 (14.06% from 255 or 26.72% from 131); Max value from RGB is 53 - color contains mainly: red. Hex color #352B23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352B23 is #CAD4DC. Grayscale: #2D2D2D. Windows color (decimal): -13292765 or 2304821. OLE color: 2304821.

HSL color Cylindrical-coordinate representation of color #352B23: hue angle of 26.67º 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 #352B23 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 43 35 -
CMYK 0 0.19 0.34 0.79
HSL 26.67º 0.2% 0.17% -
HSV(B) 26.67º 0.34% 0.21% -
XYZ 2.64 2.61 1.95 -
YUV 45.08 122.31 133.65 -
System Red Green Blue C M Y K H S L
Decimal 53 43 35 0 0.19 0.34 0.79 26.67 0.2 0.17
Hex 35 2B 23 0 13 22 4F 1B 14 11
Octal 65 53 43 0 23 42 117 33 24 21
Binary 110101 101011 100011 0 10011 100010 1001111 11011 10100 10001

Color Harmonies of #352B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352B23

Black with #352B23

Text Example


Text Example

White with #352B23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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