Html Css Color HEX #352D28 Coffee Bean

📋 copy color: '#352D28'

red 53 ◦ green 45 ◦ blue 40

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

Shades of Coffee Bean #352D28

Tints of Coffee Bean #352D28

RGB

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

 GREEN value IS 45 (17.97% from 255) = 32.61%

 BLUE value IS 40 (16.02% from 255) = 28.99%

R = 38.41%
G = 32.61%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.25

 K value IS 0.79

RGB Variations

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

Color information

#352D28 (or 0x352D28) is known color: Coffee Bean. HEX triplet: 35, 2D and 28. RGB value is (53,45,40). Sum of RGB (Red+Green+Blue) = 53+45+40=138 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.41% from 138); Green value is 45 (17.97% from 255 or 32.61% from 138); Blue value is 40 (16.02% from 255 or 28.99% from 138); Max value from RGB is 53 - color contains mainly: red. Hex color #352D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352D28 is #CAD2D7. Grayscale: #2E2E2E. Windows color (decimal): -13292248 or 2633013. OLE color: 2633013.

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

Color convert

RGB 53 45 40 -
CMYK 0 0.15 0.25 0.79
HSL 23.08º 0.14% 0.18% -
HSV(B) 23.08º 0.25% 0.21% -
XYZ 2.79 2.79 2.4 -
YUV 46.82 124.15 132.41 -
System Red Green Blue C M Y K H S L
Decimal 53 45 40 0 0.15 0.25 0.79 23.08 0.14 0.18
Hex 35 2D 28 0 F 19 4F 17 E 12
Octal 65 55 50 0 17 31 117 27 16 22
Binary 110101 101101 101000 0 1111 11001 1001111 10111 1110 10010

Color Harmonies of #352D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352D28

Black with #352D28

Text Example


Text Example

White with #352D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,45,40); }

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

background-color css

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

 a { background-color: rgb(53,45,40); }

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

border-color css

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

 span { border-color: rgb(53,45,40); }

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