Html Css Color HEX #352C24 Coffee Bean

📋 copy color: '#352C24'

red 53 ◦ green 44 ◦ blue 36

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

Shades of Coffee Bean #352C24

Tints of Coffee Bean #352C24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 27.07%

R = 39.85%
G = 33.08%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.32

 K value IS 0.79

RGB Variations

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

Color information

#352C24 (or 0x352C24) is known color: Coffee Bean. HEX triplet: 35, 2C and 24. RGB value is (53,44,36). Sum of RGB (Red+Green+Blue) = 53+44+36=133 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.85% from 133); Green value is 44 (17.58% from 255 or 33.08% from 133); Blue value is 36 (14.45% from 255 or 27.07% from 133); Max value from RGB is 53 - color contains mainly: red. Hex color #352C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352C24 is #CAD3DB. Grayscale: #2D2D2D. Windows color (decimal): -13292508 or 2370613. OLE color: 2370613.

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

Color convert

RGB 53 44 36 -
CMYK 0 0.17 0.32 0.79
HSL 28.24º 0.19% 0.17% -
HSV(B) 28.24º 0.32% 0.21% -
XYZ 2.69 2.69 2.05 -
YUV 45.78 122.48 133.15 -
System Red Green Blue C M Y K H S L
Decimal 53 44 36 0 0.17 0.32 0.79 28.24 0.19 0.17
Hex 35 2C 24 0 11 20 4F 1C 13 11
Octal 65 54 44 0 21 40 117 34 23 21
Binary 110101 101100 100100 0 10001 100000 1001111 11100 10011 10001

Color Harmonies of #352C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352C24

Black with #352C24

Text Example


Text Example

White with #352C24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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