Html Css Color HEX #352C25 Coffee Bean

📋 copy color: '#352C25'

red 53 ◦ green 44 ◦ blue 37

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

Shades of Coffee Bean #352C25

Tints of Coffee Bean #352C25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 27.61%

R = 39.55%
G = 32.84%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.30

 K value IS 0.79

RGB Variations

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

Color information

#352C25 (or 0x352C25) is known color: Coffee Bean. HEX triplet: 35, 2C and 25. RGB value is (53,44,37). Sum of RGB (Red+Green+Blue) = 53+44+37=134 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.55% from 134); Green value is 44 (17.58% from 255 or 32.84% from 134); Blue value is 37 (14.84% from 255 or 27.61% from 134); Max value from RGB is 53 - color contains mainly: red. Hex color #352C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352C25 is #CAD3DA. Grayscale: #2D2D2D. Windows color (decimal): -13292507 or 2436149. OLE color: 2436149.

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

Color convert

RGB 53 44 37 -
CMYK 0 0.17 0.30 0.79
HSL 26.25º 0.18% 0.18% -
HSV(B) 26.25º 0.3% 0.21% -
XYZ 2.7 2.69 2.13 -
YUV 45.89 122.98 133.07 -
System Red Green Blue C M Y K H S L
Decimal 53 44 37 0 0.17 0.30 0.79 26.25 0.18 0.18
Hex 35 2C 25 0 11 1E 4F 1A 12 12
Octal 65 54 45 0 21 36 117 32 22 22
Binary 110101 101100 100101 0 10001 11110 1001111 11010 10010 10010

Color Harmonies of #352C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352C25

Black with #352C25

Text Example


Text Example

White with #352C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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