Html Css Color HEX #352C23 Coffee Bean

📋 copy color: '#352C23'

red 53 ◦ green 44 ◦ blue 35

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

Shades of Coffee Bean #352C23

Tints of Coffee Bean #352C23

RGB

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

 GREEN value IS 44 (17.58% from 255) = 33.33%

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

R = 40.15%
G = 33.33%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.34

 K value IS 0.79

RGB Variations

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

Color information

#352C23 (or 0x352C23) is known color: Coffee Bean. HEX triplet: 35, 2C and 23. RGB value is (53,44,35). Sum of RGB (Red+Green+Blue) = 53+44+35=132 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.15% from 132); Green value is 44 (17.58% from 255 or 33.33% from 132); Blue value is 35 (14.06% from 255 or 26.52% from 132); Max value from RGB is 53 - color contains mainly: red. Hex color #352C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352C23 is #CAD3DC. Grayscale: #2D2D2D. Windows color (decimal): -13292509 or 2305077. OLE color: 2305077.

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

Color convert

RGB 53 44 35 -
CMYK 0 0.17 0.34 0.79
HSL 30º 0.2% 0.17% -
HSV(B) 30º 0.34% 0.21% -
XYZ 2.67 2.68 1.97 -
YUV 45.67 121.98 133.23 -
System Red Green Blue C M Y K H S L
Decimal 53 44 35 0 0.17 0.34 0.79 30 0.2 0.17
Hex 35 2C 23 0 11 22 4F 1E 14 11
Octal 65 54 43 0 21 42 117 36 24 21
Binary 110101 101100 100011 0 10001 100010 1001111 11110 10100 10001

Color Harmonies of #352C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352C23

Black with #352C23

Text Example


Text Example

White with #352C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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