Html Css Color HEX #352C27 Coffee Bean

📋 copy color: '#352C27'

red 53 ◦ green 44 ◦ blue 39

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

Shades of Coffee Bean #352C27

Tints of Coffee Bean #352C27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 28.68%

R = 38.97%
G = 32.35%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.26

 K value IS 0.79

RGB Variations

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

Color information

#352C27 (or 0x352C27) is known color: Coffee Bean. HEX triplet: 35, 2C and 27. RGB value is (53,44,39). Sum of RGB (Red+Green+Blue) = 53+44+39=136 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.97% from 136); Green value is 44 (17.58% from 255 or 32.35% from 136); Blue value is 39 (15.62% from 255 or 28.68% from 136); Max value from RGB is 53 - color contains mainly: red. Hex color #352C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352C27 is #CAD3D8. Grayscale: #2E2E2E. Windows color (decimal): -13292505 or 2567221. OLE color: 2567221.

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

Color convert

RGB 53 44 39 -
CMYK 0 0.17 0.26 0.79
HSL 21.43º 0.15% 0.18% -
HSV(B) 21.43º 0.26% 0.21% -
XYZ 2.74 2.7 2.3 -
YUV 46.12 123.98 132.91 -
System Red Green Blue C M Y K H S L
Decimal 53 44 39 0 0.17 0.26 0.79 21.43 0.15 0.18
Hex 35 2C 27 0 11 1A 4F 15 F 12
Octal 65 54 47 0 21 32 117 25 17 22
Binary 110101 101100 100111 0 10001 11010 1001111 10101 1111 10010

Color Harmonies of #352C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352C27

Black with #352C27

Text Example


Text Example

White with #352C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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