Html Css Color HEX #352C26 Coffee Bean

📋 copy color: '#352C26'

red 53 ◦ green 44 ◦ blue 38

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

Shades of Coffee Bean #352C26

Tints of Coffee Bean #352C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 28.15%

R = 39.26%
G = 32.59%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.28

 K value IS 0.79

RGB Variations

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

Color information

#352C26 (or 0x352C26) is known color: Coffee Bean. HEX triplet: 35, 2C and 26. RGB value is (53,44,38). Sum of RGB (Red+Green+Blue) = 53+44+38=135 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.26% from 135); Green value is 44 (17.58% from 255 or 32.59% from 135); Blue value is 38 (15.23% from 255 or 28.15% from 135); Max value from RGB is 53 - color contains mainly: red. Hex color #352C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352C26 is #CAD3D9. Grayscale: #2E2E2E. Windows color (decimal): -13292506 or 2501685. OLE color: 2501685.

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

Color convert

RGB 53 44 38 -
CMYK 0 0.17 0.28 0.79
HSL 24º 0.16% 0.18% -
HSV(B) 24º 0.28% 0.21% -
XYZ 2.72 2.7 2.21 -
YUV 46.01 123.48 132.99 -
System Red Green Blue C M Y K H S L
Decimal 53 44 38 0 0.17 0.28 0.79 24 0.16 0.18
Hex 35 2C 26 0 11 1C 4F 18 10 12
Octal 65 54 46 0 21 34 117 30 20 22
Binary 110101 101100 100110 0 10001 11100 1001111 11000 10000 10010

Color Harmonies of #352C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352C26

Black with #352C26

Text Example


Text Example

White with #352C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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